This commit is contained in:
Tao Tien 2025-12-03 01:44:01 -08:00
parent fada7e988b
commit f789d8daec
3 changed files with 4 additions and 19 deletions

View file

@ -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 [