From 61e7f6f9e5575ebc868bf842e45958ba8db216de Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 3 Nov 2021 18:33:14 +0100 Subject: [PATCH] Remove COACE VPN configuration --- modules/networking.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/modules/networking.nix b/modules/networking.nix index 744bcb3..afa44fe 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -30,18 +30,6 @@ } ]; }; - coace = { - address = [ "10.9.0.2/32" ]; - privateKeyFile = config.age.secrets.wireguard.path; - peers = [ - # unit - { - publicKey = "SYfPEKJkO3HaCiQdV/iionsS6CEjLcLt9C0x0Ib3tEU="; - allowedIPs = [ "10.9.0.1/32" "10.0.1.0/24" "10.0.0.0/24" ]; - endpoint = "coace.duckdns.org:1194"; - } - ]; - }; }; # Enable localhost SSH