chore(nfs): clean up kyuuto fs exports

This commit is contained in:
arcnmx 2024-11-24 13:23:15 -08:00
parent 2bb878be1d
commit 64efbaf503
5 changed files with 94 additions and 95 deletions

View file

@ -104,13 +104,19 @@
];
nfs.fstabOptions = [
"noauto"
"lazytime" "noatime"
#"nfsvers=4"
"soft"
"nocto"
"retrans=2"
"timeo=60"
"actimeo=300"
"acregmin=60"
"acdirmin=60"
];
smb.fstabOptions = [
"noauto"
"lazytime" "noatime"
(mkIf (config.smb.user != null) "user=${config.smb.user}")
];
automount.fstabOptions = [