Fix mount
This commit is contained in:
parent
98b2013a5d
commit
3b6207bc3e
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
options =
|
options =
|
||||||
let
|
let
|
||||||
# this line prevents hanging on network split
|
# 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";
|
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";
|
||||||
|
|
||||||
in
|
in
|
||||||
[ "${automount_opts},credentials=${config.age.secrets.smbsecret.path}" ];
|
[ "${automount_opts},credentials=${config.age.secrets.smbsecret.path}" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue