summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-10-07 09:50:22 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-10-07 09:50:22 -0400
commitfd001fd21b937600e1dad07183c2fd9f60e3ea3f (patch)
treef5afbdb75dbead8790b66d424488c93189cfe1a8
parent1b9827e47bfc7d9c32ccd7da0ad8157d634041f7 (diff)
fix
-rw-r--r--modules/router.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/router.nix b/modules/router.nix
index 2811035..49607c7 100644
--- a/modules/router.nix
+++ b/modules/router.nix
@@ -332,7 +332,6 @@ in {
allowedIPs = [ "${vpnPrefix}::${ip}/128" ];
publicKey = (builtins.readFile (../secrets + "/${host}-wireguard-key.pub"));
endpoint = null;
- router = false;
}; in [
(mkPeer "firelink" "2001")
(mkPeer "pincer" "2001")