From 241ea69e1109bc408c7a5c7aa311603baf9a4c0d Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 3 Dec 2025 21:27:36 +0100 Subject: [PATCH] hosts/dn42-il-gw1: Fix ip address assignment for wg1240 --- hosts/dn42-il-gw1/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dn42-il-gw1/configuration.nix b/hosts/dn42-il-gw1/configuration.nix index 12a0b38..f8e81c8 100644 --- a/hosts/dn42-il-gw1/configuration.nix +++ b/hosts/dn42-il-gw1/configuration.nix @@ -71,7 +71,7 @@ "fe80::2574/128" ]; postSetup = '' - ip addr replace dev wg1718 fe80::2574/128 peer fe80::1240:11/128 + ip addr replace dev wg1240 fe80::2574/128 peer fe80::1240:11/128 ''; listenPort = 51240; allowedIPsAsRoutes = false;