fix: add _netdev,nofail,x-systemd.automount to nfs storage shares
All checks were successful
ci / treefmt (push) Successful in 2m57s
All checks were successful
ci / treefmt (push) Successful in 2m57s
This commit is contained in:
parent
c317936c18
commit
3286c8df78
1 changed files with 5 additions and 0 deletions
|
|
@ -68,6 +68,11 @@ in {
|
|||
value = {
|
||||
device = "${hostIP}:${mntCfg.folder}";
|
||||
fsType = "nfs";
|
||||
options = [
|
||||
"_netdev"
|
||||
"nofail"
|
||||
"x-systemd.automount"
|
||||
];
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue