Mount fix
This commit is contained in:
parent
a5c80ecf5f
commit
3db899254d
1 changed files with 0 additions and 4 deletions
|
|
@ -25,13 +25,9 @@
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options = [
|
options = [
|
||||||
"credentials=/etc/nixos/secrets/storagebox-nextcloud-credentials"
|
"credentials=/etc/nixos/secrets/storagebox-nextcloud-credentials"
|
||||||
"uid=nextcloud"
|
|
||||||
"gid=nextcloud"
|
|
||||||
"file_mode=0770"
|
"file_mode=0770"
|
||||||
"dir_mode=0770"
|
"dir_mode=0770"
|
||||||
"vers=3.0"
|
"vers=3.0"
|
||||||
"x-systemd.automount"
|
|
||||||
"x-systemd.requires=network-online.target"
|
|
||||||
"_netdev"
|
"_netdev"
|
||||||
"nofail"
|
"nofail"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue