From 4982c932486895cbe5d6130c806cdc428c4dc5c0 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 8 Jul 2022 14:16:10 +0200 Subject: [PATCH] dumpyourvms: fix wireguard mtu, use new IPv6 address --- hosts/dumpyourvms/networking.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/dumpyourvms/networking.nix b/hosts/dumpyourvms/networking.nix index 292ea08f..176dca24 100644 --- a/hosts/dumpyourvms/networking.nix +++ b/hosts/dumpyourvms/networking.nix @@ -50,7 +50,7 @@ { publicKey = "XS3TTIMU7Jp3JJANBpE14RsVDJk6/VUvZgjQgQP8kAs="; allowedIPs = [ "10.13.0.100/32" "192.168.188.0/24" ]; - endpoint = "[2a00:6020:409d:bb00:dea6:32ff:fe85:3306]:51820"; + endpoint = "[2a00:6020:48ad:dd00:dea6:32ff:fe85:3306]:51820"; persistentKeepalive = 25; } ]; @@ -72,6 +72,7 @@ wg3 = { address = [ "10.11.11.2/32" ]; privateKeyFile = "/etc/wireguard/wg3.privatekey"; + mtu = 1300; peers = [ {