hosts: steamdeck: update Pluto host

This commit is contained in:
Kabbone 2023-10-02 10:25:09 +02:00
parent baa93638e6
commit 015f316640
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,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" ];
};

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" ];
};