summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-10-07 16:52:31 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-10-07 16:52:31 -0400
commit4be2305672190ec8baccb73b579b09ca83b37ed8 (patch)
treef1f839647b139547634ca10ad29107d9ecf098d2
parent5864f642aff9bb636bc192baa057b6d4ce7909a0 (diff)
fix
-rw-r--r--modules/vpn.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/vpn.nix b/modules/vpn.nix
index 8e90409..3b17238 100644
--- a/modules/vpn.nix
+++ b/modules/vpn.nix
@@ -85,7 +85,7 @@ in {
endpoint = "vpn.orbekk.com:${toString cfg.listenPort}";
publicKey = "9q8aH3R8YBfP3xiTmN5bNiLQswY5dy3grB/P0vDqP0M=";
allowedIPs = ["${vpn-prefix}::/64"];
- persistentKeepAlive = 25;
+ persistentKeepalive = 25;
}
];
};