diff --git a/machines/modules/malobeo/wireguard.nix b/machines/modules/malobeo/wireguard.nix index 89207bb..b2a534f 100644 --- a/machines/modules/malobeo/wireguard.nix +++ b/machines/modules/malobeo/wireguard.nix @@ -69,6 +69,7 @@ in networking.wg-quick = { interfaces = { malovpn = { + mtu = 1340; #seems to be necessary to proxypass nginx traffic through vpn address = myPeer.address; autostart = cfg.autostart; listenPort = mkIf (myPeer.role == "server") myPeer.listenPort;