wireguard: wg-intra: decrease losurdo's persistentKeepalive
authorJulien Moutinho <julm@sourcephile.fr>
Sat, 28 Aug 2021 16:34:00 +0000 (18:34 +0200)
committerJulien Moutinho <julm@sourcephile.fr>
Sat, 28 Aug 2021 16:34:00 +0000 (18:34 +0200)
networking/wireguard/wg-intra.nix

index 517a56852e6ac97ea4bd3478a8f8fc6168e8d4f4..c9f7d1d2c6ff8203f4b1db000c79b89cacfd37be 100644 (file)
@@ -16,7 +16,7 @@ let hosts = {
     ipv4 = "192.168.42.2";
     ips = ["${ipv4}/24"];
     listenPort = 43643;
-    persistentKeepalive = 10;
+    persistentKeepalive = 5;
     peer = {
       publicKey = "xsFFep3k8z0pXgUOz4aryOF8l/KPBSOd4WQA26BkXy0=";
       allowedIPs = [ "${ipv4}/32" ];