Apparently the persubvolume mounting of nfs isn't necessary anymore

This commit is contained in:
Jimbo 2024-10-26 00:54:20 -04:00
parent 0d8a07bd54
commit 708e85fac4
2 changed files with 3 additions and 43 deletions

View file

@ -49,7 +49,7 @@
"/home/jimbo/JimboNFS" = {
device = "${config.ips.wgSpan}.1:/export/JimboNFS";
fsType = "nfs4";
options = ["x-systemd.automount" "_netdev" "nofail" "noauto"];
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
};
};