fix(smb): maybe now autostart works
This commit is contained in:
parent
3d3bb8c3a5
commit
4b732bcb84
|
@ -87,7 +87,7 @@ in
|
||||||
"file_mode=0600"
|
"file_mode=0600"
|
||||||
"dir_mode=0700"
|
"dir_mode=0700"
|
||||||
"credentials=${cfg.credentials}"
|
"credentials=${cfg.credentials}"
|
||||||
"x-systemd.after=network-online.target"
|
"x-systemd.after=sys-devices-virtual-net-samba\\x2dpatrick.device"
|
||||||
]
|
]
|
||||||
++ (optional (!cfg.automatic) "noauto");
|
++ (optional (!cfg.automatic) "noauto");
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue