diff --git a/hosts.nix b/hosts.nix index adee359..ba39a2e 100644 --- a/hosts.nix +++ b/hosts.nix @@ -4,7 +4,7 @@ }; tailscale = { ipv4 = { - "baldur.tsn" = "100.105.15.12"; + "baldur.tsn" = "100.102.112.86"; "freya.tsn" = "100.127.35.70"; "heimdall.tsn" = "100.80.122.7"; "loki.tsn" = "100.122.147.23"; @@ -12,7 +12,7 @@ "thor.tsn" = "100.76.98.36"; }; ipv6 = { - "baldur.tsn" = "fd7a:115c:a1e0::7e9:f0c"; + "baldur.tsn" = "fd7a:115c:a1e0::f01:7067"; "freya.tsn" = "fd7a:115c:a1e0::f87f:2346"; "heimdall.tsn" = "fd7a:115c:a1e0::4e01:7a07"; "loki.tsn" = "fd7a:115c:a1e0::383a:9317";