Missed one IP
This commit is contained in:
parent
55901c81e4
commit
054a85411e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" ];
|
options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" ];
|
||||||
};
|
};
|
||||||
"/home/${config.sysusers.main}/Midas" = {
|
"/home/${config.sysusers.main}/Midas" = {
|
||||||
device = "10.2.0.1:/storage";
|
device = "11.0.0.1:/storage";
|
||||||
fsType = "nfs4";
|
fsType = "nfs4";
|
||||||
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];
|
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue