fix: add _netdev,nofail,x-systemd.automount to nfs storage shares
All checks were successful
ci / treefmt (push) Successful in 2m57s

This commit is contained in:
Ceferino Patino 2026-06-09 11:40:02 -05:00
commit 3286c8df78
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -68,6 +68,11 @@ in {
value = {
device = "${hostIP}:${mntCfg.folder}";
fsType = "nfs";
options = [
"_netdev"
"nofail"
"x-systemd.automount"
];
};
};
in