diff --git a/hosts/network.nix b/hosts/network.nix index 1689dd4..68aaefb 100644 --- a/hosts/network.nix +++ b/hosts/network.nix @@ -27,7 +27,7 @@ v6 = { public = "2a01:4f8:1c1b:d2db::"; # 1aacabcafe is the global ID and 1337 is the wireguard peer subnet ID, resulting in the ULA fd1a:acab:cafe:1337::/64 - internal = "fd1a:acab:cafe:1337:8f4c:68cd"; + internal = "fd1a:acab:cafe:1337:8f4c:68cd::"; }; }; supernova = { @@ -44,7 +44,7 @@ v6 = { public = ""; # 1aacabcafe is the global ID and 1337 is the wireguard peer subnet ID, resulting in the ULA fd1a:acab:cafe:1337::/64 - internal = "fd1a:acab:cafe:1337:6722:3657"; + internal = "fd1a:acab:cafe:1337:6722:3657::"; }; }; };