From cac8871e58ae653b71c1eb80d22bcb1e34ad394e Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 11 Aug 2025 08:38:12 +0200 Subject: [PATCH] lifebook: use fqdn for nas --- hosts/lifebook/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/lifebook/hardware-configuration.nix b/hosts/lifebook/hardware-configuration.nix index e428616..3098c37 100644 --- a/hosts/lifebook/hardware-configuration.nix +++ b/hosts/lifebook/hardware-configuration.nix @@ -172,13 +172,13 @@ fileSystems."/mnt/Pluto" = - { device = "jupiter:/Pluto"; + { device = "jupiter.home.opel-online.de:/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" ]; }; fileSystems."/mnt/Mars" = - { device = "jupiter:/Mars"; + { device = "jupiter.home.opel-online.de:/Mars"; 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" ]; };