Patch auto_master
This commit is contained in:
parent
71bf73e7c8
commit
7493d60d8a
@ -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
|
||||
+
|
||||
'')
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user