Change mount dir
This commit is contained in:
parent
c41636ccf5
commit
f5749eebf3
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];
|
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];
|
||||||
};
|
};
|
||||||
"/home/${config.sysusers.main}/Network/Kitty" = {
|
"/home/${config.sysusers.main}/Network/Kitty" = {
|
||||||
device = "10.2.0.2:/storage/BunStore";
|
device = "10.2.0.2:/storage/bun";
|
||||||
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