This commit is contained in:
2026-01-04 23:08:39 +01:00
parent 220410bbcb
commit 48fe6223ea
+1 -1
View File
@@ -7,7 +7,7 @@
networking.wg-quick.interfaces = {
wg0 = {
address = [config.vars.wg_adress];
mtu = 1350;
mtu = 1400;
autostart = true;
postUp = ''
${pkgs.iptables}/bin/iptables -A FORWARD -i wg0 -j ACCEPT