diff --git a/machines/modules/malobeo/peers.nix b/machines/modules/malobeo/peers.nix index df417e7e..787cabf8 100644 --- a/machines/modules/malobeo/peers.nix +++ b/machines/modules/malobeo/peers.nix @@ -6,6 +6,7 @@ allowedIPs = [ "10.100.0.0/24" ]; listenPort = 51821; publicKey = "hF9H10Y8Ar7zvZXFoNM8LSoaYFgPCXv30c54SSEucX4="; + persistentKeepalive = 25; }; "celine" = { @@ -34,6 +35,5 @@ address = [ "10.100.0.101/24" ]; allowedIPs = [ "10.100.0.101/32" ]; publicKey = "3U59F6T1s/1LaZBIa6wB0qsVuO6pRR9jfYZJIH2piAU="; - persistentKeepalive = 25; }; }