diff --git a/hosts.nix b/hosts.nix index 1c3dc6c..7e3557c 100644 --- a/hosts.nix +++ b/hosts.nix @@ -4,10 +4,12 @@ }; tailscale = { ipv4 = { + "baldur.tsn" = "100.105.15.12"; "loki.tsn" = "100.122.147.23"; "odin.tsn" = "100.76.178.8"; }; ipv6 = { + "baldur.tsn" = "fd7a:115c:a1e0::7e9:f0c"; "loki.tsn" = "fd7a:115c:a1e0::383a:9317"; "odin.tsn" = "fd7a:115c:a1e0::4b4c:b208"; };