diff --git a/hosts/dn42-il-gw1/configuration.nix b/hosts/dn42-il-gw1/configuration.nix index f8e81c8..32d7481 100644 --- a/hosts/dn42-il-gw1/configuration.nix +++ b/hosts/dn42-il-gw1/configuration.nix @@ -84,24 +84,6 @@ ]; privateKeyFile = config.sops.secrets.wg1240.path; }; - wg1241 = { - ips = [ - "fe80::2574/128" - ]; - postSetup = '' - ip addr replace dev wg1718 fe80::2574/128 peer fe80::1240:1/128 - ''; - listenPort = 51241; - allowedIPsAsRoutes = false; - peers = [ - { - allowedIPs = [ "fe80::/10" "fd00::/8" ]; - endpoint = "uk-01.prefixlabs.net:22574"; - publicKey = "Yu1Y4qdSaf+OWPbAoh7PvuM2eWCVbNg84+EX5Q2Zjl4="; - } - ]; - privateKeyFile = config.sops.secrets.wg1241.path; - }; # fooker wg1271 = { ips = [ @@ -248,13 +230,6 @@ remoteAsn = "4242421240"; localAddress = "fe80::2574"; } - { - peerName = "peer_1240_uk_01"; - remoteAddress = "fe80::1240:1"; - interfaceName = "wg1241"; - remoteAsn = "4242421240"; - localAddress = "fe80::2574"; - } { peerName = "peer_1271_north"; remoteAddress = "fe80::2";