From 015f316640f5fc1b7bca25bc0e577e38588fe311 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 2 Oct 2023 10:25:09 +0200 Subject: [PATCH] hosts: steamdeck: update Pluto host --- hosts/laptop/hardware-configuration.nix | 2 +- hosts/steamdeck/hardware-configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/laptop/hardware-configuration.nix b/hosts/laptop/hardware-configuration.nix index cecf72b..a44e140 100644 --- a/hosts/laptop/hardware-configuration.nix +++ b/hosts/laptop/hardware-configuration.nix @@ -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" ]; }; diff --git a/hosts/steamdeck/hardware-configuration.nix b/hosts/steamdeck/hardware-configuration.nix index 0a999c7..10f9f77 100644 --- a/hosts/steamdeck/hardware-configuration.nix +++ b/hosts/steamdeck/hardware-configuration.nix @@ -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" ]; };