summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/vpn.nix1
1 files changed, 1 insertions, 0 deletions
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;
}
];
};