commit 50ac60b2a6d116428d265581658fc841dfdd4e48
parent 4b2c4ee4224e8c32948d9effae4a57279caa5d76
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 27 Oct 2023 21:11:36 +0200
try unsetting mtu
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -170,7 +170,6 @@
listenPort = 51820;
privateKeyFile = config.sops.secrets."wireguard/worker-1/wg0/private_key".path;
table = "off";
- mtu = 1340;
peers = [
# big one
@@ -190,7 +189,6 @@
listenPort = 51821;
privateKeyFile = config.sops.secrets."wireguard/worker-1/wg1/private_key".path;
table = "off";
- mtu = 1340;
peers = [
# worker-2