diff --git a/modules/networking.nix b/modules/networking.nix index 9574867..f580eab 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -27,7 +27,6 @@ publicKey = "GN8lqPBZYOulh6xD4GhkoEWI65HMMCpSxJSH5871YnU="; allowedIPs = [ "0.0.0.0/0" ]; endpoint = "coolneng.duckdns.org:1194"; - persistentKeepalive = 25; } ]; }; @@ -40,7 +39,6 @@ publicKey = "SYfPEKJkO3HaCiQdV/iionsS6CEjLcLt9C0x0Ib3tEU="; allowedIPs = [ "10.9.0.1/32" "10.0.1.0/24" ]; endpoint = "coace.duckdns.org:1194"; - persistentKeepalive = 25; } ]; };