commit 34a07fe6ec4b13622d969a00daa60ba9eb9af578
parent fdb971aee0a3d73d7b5af54101eaf18d3eeea07e
Author: Leah (ctucx) <leah@ctu.cx>
Date: Mon, 14 Mar 2022 23:26:35 +0100
parent fdb971aee0a3d73d7b5af54101eaf18d3eeea07e
Author: Leah (ctucx) <leah@ctu.cx>
Date: Mon, 14 Mar 2022 23:26:35 +0100
machines/lollo/router: set wireguard keepAlive to 10
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/machines/lollo/router/systemd-networkd.nix b/machines/lollo/router/systemd-networkd.nix @@ -45,7 +45,7 @@ Endpoint = "195.39.247.172:51820"; PublicKey = "QOQTpxvT122fiKBcN4QDADOjoDDzEW9sMWn/qngVF0Q="; AllowedIPs = [ "0.0.0.0/0" "::/0" ]; - PersistentKeepalive = 1; + PersistentKeepalive = 10; # RouteTable = "off"; }; }];