From ab99dfa10195146aa094b8c332fa7ada814fc2c0 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Sat, 15 Jun 2024 22:24:01 +0200 Subject: [PATCH] Add persistent keepalive to wg anna --- hosts/x86_64-linux/beleth/wireguard.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/x86_64-linux/beleth/wireguard.nix b/hosts/x86_64-linux/beleth/wireguard.nix index e8dd056..792b603 100644 --- a/hosts/x86_64-linux/beleth/wireguard.nix +++ b/hosts/x86_64-linux/beleth/wireguard.nix @@ -25,6 +25,7 @@ publicKey = "5ar4lh3Ra4TRmUJeeBtPgDvZnAkGssJDUN53y9oa3So="; allowedIPs = ["2a0f:be01::/40"]; endpoint = "[2a0f:be01::1]:51822"; + persistentKeepalive = 15; } ]; };