hosts: jupiter: move all nas to jupiter

This commit is contained in:
2023-10-01 20:24:46 +02:00
parent 405a67f440
commit a54f8fbbaa
4 changed files with 60 additions and 65 deletions

View File

@@ -101,7 +101,7 @@
};
fileSystems."/mnt/Pluto" =
{ device = "nas:/Pluto";
{ device = "jupiter:/Pluto";
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" ];
};