diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-03-10 01:38:38 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-03-10 01:38:38 -0500 |
| commit | 7d441dadf096b3152e5a0973f486b79a28f654ce (patch) | |
| tree | 11592d983611885c5646f35fac4d60825113806f /modules/nixos/nas.nix | |
| parent | a88ea2380f4bd5845bc3b035a0a8bbfee42f4292 (diff) | |
vecna up to date + update
Diffstat (limited to 'modules/nixos/nas.nix')
| -rw-r--r-- | modules/nixos/nas.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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 = [ |
