From 5864f642aff9bb636bc192baa057b6d4ce7909a0 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 7 Oct 2023 16:51:37 -0400 Subject: keepalive --- modules/vpn.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/vpn.nix b/modules/vpn.nix index e646a39..8e90409 100644 --- a/modules/vpn.nix +++ b/modules/vpn.nix @@ -85,6 +85,7 @@ in { endpoint = "vpn.orbekk.com:${toString cfg.listenPort}"; publicKey = "9q8aH3R8YBfP3xiTmN5bNiLQswY5dy3grB/P0vDqP0M="; allowedIPs = ["${vpn-prefix}::/64"]; + persistentKeepAlive = 25; } ]; }; -- cgit v1.2.3