diff --git a/hosts/darwin/default.nix b/hosts/darwin/default.nix index d8af098..6431d3e 100644 --- a/hosts/darwin/default.nix +++ b/hosts/darwin/default.nix @@ -121,5 +121,19 @@ in TrackpadThreeFingerDrag = true; }; }; + + patches = [ + (pkgs.writeText "auto_master.patch" '' + -- /etc/auto_master + +++ /etc/auto_master + @@ -6,3 +6,5 @@ + /home auto_home -nobrowse,hidefromfinder + /Network/Servers -fstab + /- -static + +/System/Volumes/Data/Users/olaf/NAS auto_nfs_smb -nosuid,noowners + + + '') + ]; + }; }