From a29dcbbd4386201118e10b34c41c1e681e98845f Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 6 Oct 2025 10:03:38 +0200 Subject: [PATCH] Fix: update hosts ips --- hosts.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";