From 817d8fdc1423278ef2ce9c4b6b1aa604cbc300e8 Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 21 Dec 2025 17:40:04 +0100 Subject: [PATCH 1/2] hosts/dn42-il-gw1: Add peer fsinfo tu-dortmund --- hosts/dn42-il-gw1/configuration.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/hosts/dn42-il-gw1/configuration.nix b/hosts/dn42-il-gw1/configuration.nix index 950c2ad..a80739f 100644 --- a/hosts/dn42-il-gw1/configuration.nix +++ b/hosts/dn42-il-gw1/configuration.nix @@ -243,6 +243,22 @@ ]; privateKeyFile = config.sops.secrets.dn42-router-general-wireguard-key.path; }; + # fsinfo tu-dortmund + wg2870 = { + ips = [ + "fdd6:a7d6:3090::42:2574:2574/112" + ]; + listenPort = 52870; + allowedIPsAsRoutes = false; + peers = [ + { + allowedIPs = [ "fe80::/10" "fd00::/8" ]; + endpoint = "foss-ag-2.fsinfo.cs.tu-dortmund.de:22574"; + publicKey = "JfFYi7koXoZfh6oQBeE6vasQPrQAKrUtBEzP3y9pujs="; + } + ]; + privateKeyFile = config.sops.secrets.dn42-router-general-wireguard-key.path; + }; # jona / cryne wg3402 = { ips = [ @@ -315,6 +331,7 @@ 51411 # wg1411 51718 # wg1718 52189 # wg2189 + 52870 # wg2870 53402 # wg3402 54719 # wg4719 56190 # wg6190 @@ -411,6 +428,13 @@ remoteAsn = "4242422189"; localAddress = "fe80::2574"; } + { + peerName = "peer_2870"; + remoteAddress = "fdd6:a7d6:3090::42:2870:2870"; + interfaceName = "wg2870"; + remoteAsn = "4242422870"; + localAddress = "fdd6:a7d6:3090::42:2574:2574"; + } { peerName = "peer_3402"; remoteAddress = "fe80::3402"; From 69387f6f9d85753462e5994c2656e54aa8094114 Mon Sep 17 00:00:00 2001 From: Flake Update Bot Date: Mon, 22 Dec 2025 03:03:58 +0100 Subject: [PATCH 2/2] Update nixpkgs 2025-12-22-02-03 --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 1320ada..5a044e9 100644 --- a/flake.lock +++ b/flake.lock @@ -650,11 +650,11 @@ }, "nixpkgs_5": { "locked": { - "lastModified": 1764667669, - "narHash": "sha256-7WUCZfmqLAssbDqwg9cUDAXrSoXN79eEEq17qhTNM/Y=", + "lastModified": 1766070988, + "narHash": "sha256-G/WVghka6c4bAzMhTwT2vjLccg/awmHkdKSd2JrycLc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "418468ac9527e799809c900eda37cbff999199b6", + "rev": "c6245e83d836d0433170a16eb185cefe0572f8b8", "type": "github" }, "original": {