mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(nfs): clean up kyuuto fs exports
This commit is contained in:
parent
2bb878be1d
commit
64efbaf503
5 changed files with 94 additions and 95 deletions
6
modules/extern/nixos/kyuuto.nix
vendored
6
modules/extern/nixos/kyuuto.nix
vendored
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue