From 7d441dadf096b3152e5a0973f486b79a28f654ce Mon Sep 17 00:00:00 2001 From: scouckel Date: Tue, 10 Mar 2026 01:38:38 -0500 Subject: vecna up to date + update --- modules/nixos/nas.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/nixos/nas.nix') diff --git a/modules/nixos/nas.nix b/modules/nixos/nas.nix index 6201160..9cb2067 100644 --- a/modules/nixos/nas.nix +++ b/modules/nixos/nas.nix @@ -45,7 +45,7 @@ ]; fileSystems."/mnt/data" = { - device = "100.106.156.106:/tank/data"; + device = "100.64.0.2:/tank/data"; fsType = "nfs4"; options = [ @@ -63,7 +63,7 @@ }; fileSystems."/mnt/backups" = { - device = "100.106.156.106:/tank/backups"; + device = "100.64.0.2:/tank/backups"; fsType = "nfs4"; options = [ @@ -81,7 +81,7 @@ }; fileSystems."/mnt/media" = { - device = "100.106.156.106:/tank/media"; + device = "100.64.0.2:/tank/media"; fsType = "nfs4"; options = [ -- cgit v1.3