Patch auto_master

This commit is contained in:
Olaf Kolkman 2025-05-15 08:06:21 +02:00
parent 71bf73e7c8
commit 7493d60d8a

View File

@ -121,5 +121,19 @@ in
TrackpadThreeFingerDrag = true; 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
+
'')
];
}; };
} }