hosts: desktop add Mars nfs
This commit is contained in:
parent
9594c7389d
commit
83d32c0176
@ -77,6 +77,12 @@
|
|||||||
options = [ "noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec,nfsvers=4.2" ];
|
options = [ "noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec,nfsvers=4.2" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/mnt/Mars" =
|
||||||
|
{ device = "nas:/Mars";
|
||||||
|
fsType = "nfs";
|
||||||
|
options = [ "noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec,nfsvers=4.2" ];
|
||||||
|
};
|
||||||
|
|
||||||
# fileSystems."/mnt/Pluto" =
|
# fileSystems."/mnt/Pluto" =
|
||||||
# { device = "nas:/Pluto/nix";
|
# { device = "nas:/Pluto/nix";
|
||||||
# fsType = "nfs";
|
# fsType = "nfs";
|
||||||
|
Loading…
Reference in New Issue
Block a user