From c9c31b51146aa1ee3668d8cd003797a6667302f5 Mon Sep 17 00:00:00 2001 From: clerie Date: Mon, 7 Dec 2020 15:25:14 +0100 Subject: [PATCH] Fix typo --- hosts/carbon/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/carbon/configuration.nix b/hosts/carbon/configuration.nix index 194328e..91da8e0 100644 --- a/hosts/carbon/configuration.nix +++ b/hosts/carbon/configuration.nix @@ -37,7 +37,7 @@ "0.0.0.0/0" "::/0" ]; - allowedIPsAsRoute = false; + allowedIPsAsRoutes = false; endpoint = "gatekeeper.net.clerie.de:51820"; publicKey = "2p1Jqs3bkXbXHFWE6vp1yxHIFoUaZQEARS2nJzbkuBA="; }