Fix mount
This commit is contained in:
parent
3b6207bc3e
commit
3932189c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
options =
|
||||
let
|
||||
# this line prevents hanging on network split
|
||||
automount_opts = "rw,x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,dir_mode=0777,gid=993";
|
||||
automount_opts = "rw,x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,dir_mode=0770,file_mode=0770,gid=993";
|
||||
|
||||
in
|
||||
[ "${automount_opts},credentials=${config.age.secrets.smbsecret.path}" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue