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" ];
|
||||
};
|
||||
|
||||
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" =
|
||||
# { device = "nas:/Pluto/nix";
|
||||
# fsType = "nfs";
|
||||
|
Loading…
Reference in New Issue
Block a user