From c1cd25e86584a477cdbd4b26abc234be430640da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 15 May 2025 21:29:56 +0200 Subject: [PATCH] Set wg mtu --- hosts/http-proxy/wireguard.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/http-proxy/wireguard.nix b/hosts/http-proxy/wireguard.nix index 7ee33c1..9a7bbba 100644 --- a/hosts/http-proxy/wireguard.nix +++ b/hosts/http-proxy/wireguard.nix @@ -11,6 +11,7 @@ interfaces = { wg0 = { ips = [ "10.69.222.2/24" ]; + mtu = 1384; listenPort = 51820; privateKeyFile = config.sops.secrets.wireguard_private_key.path; peers = [