From f152e1c60df7cdb4eb73cb3903d2315341adf793 Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 7 Dec 2025 12:35:22 +0100 Subject: [PATCH 1/2] hosts/dn42-il-gw1: Add peer jonas --- hosts/dn42-il-gw1/configuration.nix | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/hosts/dn42-il-gw1/configuration.nix b/hosts/dn42-il-gw1/configuration.nix index 4f8b8f7..950c2ad 100644 --- a/hosts/dn42-il-gw1/configuration.nix +++ b/hosts/dn42-il-gw1/configuration.nix @@ -243,6 +243,25 @@ ]; privateKeyFile = config.sops.secrets.dn42-router-general-wireguard-key.path; }; + # jona / cryne + wg3402 = { + ips = [ + "fe80::2574/128" + ]; + postSetup = '' + ip addr replace dev wg3402 fe80::2574/128 peer fe80::3402/128 + ''; + listenPort = 53402; + allowedIPsAsRoutes = false; + peers = [ + { + allowedIPs = [ "fe80::/10" "fd00::/8" ]; + endpoint = "dn42.cryne.me:42574"; + publicKey = "YsKInIp90is8ysnQDHGoKnz2CqlTMWMZDmQ+vwvN2C0="; + } + ]; + privateKeyFile = config.sops.secrets.dn42-router-general-wireguard-key.path; + }; # lutoma wg4719 = { ips = [ @@ -296,6 +315,7 @@ 51411 # wg1411 51718 # wg1718 52189 # wg2189 + 53402 # wg3402 54719 # wg4719 56190 # wg6190 ]; @@ -391,6 +411,13 @@ remoteAsn = "4242422189"; localAddress = "fe80::2574"; } + { + peerName = "peer_3402"; + remoteAddress = "fe80::3402"; + interfaceName = "wg3402"; + remoteAsn = "4242423402"; + localAddress = "fe80::2574"; + } { peerName = "peer_4719"; remoteAddress = "fe80::acab"; From 2ae15de2dc894e2696f70981c046f6451d60539d Mon Sep 17 00:00:00 2001 From: Flake Update Bot Date: Mon, 8 Dec 2025 03:03:57 +0100 Subject: [PATCH 2/2] Update nixpkgs 2025-12-08-02-03 --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 1320ada..6c5dcca 100644 --- a/flake.lock +++ b/flake.lock @@ -650,11 +650,11 @@ }, "nixpkgs_5": { "locked": { - "lastModified": 1764667669, - "narHash": "sha256-7WUCZfmqLAssbDqwg9cUDAXrSoXN79eEEq17qhTNM/Y=", + "lastModified": 1764950072, + "narHash": "sha256-BmPWzogsG2GsXZtlT+MTcAWeDK5hkbGRZTeZNW42fwA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "418468ac9527e799809c900eda37cbff999199b6", + "rev": "f61125a668a320878494449750330ca58b78c557", "type": "github" }, "original": {