Apparently the persubvolume mounting of nfs isn't necessary anymore
This commit is contained in:
parent
0d8a07bd54
commit
708e85fac4
2 changed files with 3 additions and 43 deletions
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue