Fix: update hosts ips

This commit is contained in:
Filippo Berto 2025-10-06 10:03:38 +02:00
parent 5bbb27414c
commit a29dcbbd43
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

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