smb bad
This commit is contained in:
parent
fada7e988b
commit
f789d8daec
3 changed files with 4 additions and 19 deletions
|
|
@ -5,22 +5,7 @@
|
|||
type = "cifs";
|
||||
mountConfig = {
|
||||
# Options = "noauto,noatime,async,users,rw,x-systemd.automount,credentials=${config.age.secrets.uwuraid.path},file_mode=0777,dir_mode=0777";
|
||||
Options = [
|
||||
"_netdev"
|
||||
"noserverino"
|
||||
"noauto"
|
||||
"noatime"
|
||||
"async"
|
||||
"users"
|
||||
"rw"
|
||||
"x-systemd.automount"
|
||||
"x-systemd.requires=network-online.target"
|
||||
"nofail"
|
||||
"soft"
|
||||
"credentials=${config.age.secrets.uwuraid.path}"
|
||||
"file_mode=0777"
|
||||
"dir_mode=0777"
|
||||
];
|
||||
Options = "_netdev,noserverino,noauto,noatime,async,users,rw,x-systemd.automount,x-systemd.requires=network-online.target,nofail,soft,credentials=${config.age.secrets.uwuraid.path},file_mode=0777,dir_mode=0777";
|
||||
};
|
||||
};
|
||||
in [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue