Generalize nfs path
This commit is contained in:
parent
58e165ad1d
commit
b3310802cb
12 changed files with 15 additions and 34 deletions
|
@ -6,7 +6,7 @@
|
|||
options = [ "nosuid" "nodev" ];
|
||||
};
|
||||
"/home/${config.sysusers.main}/KittyNFS" = {
|
||||
device = "10.100.0.1:/export/KittyNFS";
|
||||
device = "10.100.0.1:/storage";
|
||||
fsType = "nfs4";
|
||||
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue