From 6243ac37545b0e0fa7d14fa17a190fa1bc0b3bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 15 May 2025 21:44:05 +0200 Subject: [PATCH] Fix wg ip --- hosts/http-proxy/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/http-proxy/wireguard.nix b/hosts/http-proxy/wireguard.nix index 9a7bbba..ef5a4d1 100644 --- a/hosts/http-proxy/wireguard.nix +++ b/hosts/http-proxy/wireguard.nix @@ -10,7 +10,7 @@ interfaces = { wg0 = { - ips = [ "10.69.222.2/24" ]; + ips = [ "10.69.222.3/24" ]; mtu = 1384; listenPort = 51820; privateKeyFile = config.sops.secrets.wireguard_private_key.path;