hosts: steamdeck: update Pluto host

This commit is contained in:
2023-10-02 10:25:09 +02:00
parent baa93638e6
commit 015f316640
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@
};
fileSystems."/mnt/Pluto" =
{ device = "nas:/Pluto";
{ device = "jupiter:/Pluto";
fsType = "nfs";
options = [ "nofail,noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec,nfsvers=4.2" ];
};