From 97555504359d827b4cbc2e2ed2af3d922aef21cb Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 11 Jun 2025 08:06:42 +0200 Subject: [PATCH] hosts/dn42-il-gw1: AS4242421718 fix link local peer address --- hosts/dn42-il-gw1/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/dn42-il-gw1/configuration.nix b/hosts/dn42-il-gw1/configuration.nix index 970165b..28ae99d 100644 --- a/hosts/dn42-il-gw1/configuration.nix +++ b/hosts/dn42-il-gw1/configuration.nix @@ -146,6 +146,9 @@ "fe80::2574/128" # peer fe80::6b61/64 ]; + postSetup = '' + ip addr replace dev wg1718 fe80::2574/128 peer fe80::6b61/128 + ''; listenPort = 51718; allowedIPsAsRoutes = false; peers = [