From 349070d948b7a28a68513cdfd7e2e143d0a5370c Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Sat, 28 Oct 2023 02:56:04 +0200 Subject: [PATCH] Reduce mtu --- modules/home-controller/wireguard.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-controller/wireguard.nix b/modules/home-controller/wireguard.nix index f1848fad..d0d8b32e 100644 --- a/modules/home-controller/wireguard.nix +++ b/modules/home-controller/wireguard.nix @@ -19,6 +19,7 @@ in { ips = [cfg.ownIp]; listenPort = 51899; privateKeyFile = cfg.wireguardPrivateKeyFile; + mtu = 1400; peers = [ { # chonk