From d4c548695fee3d705752a339337ecdde28e184ca Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 7 Apr 2021 12:12:43 +0200 Subject: [PATCH] Add work ISP router subnet to Wireguard allowedIPs --- modules/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/networking.nix b/modules/networking.nix index e469179..c9b6e79 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -37,7 +37,7 @@ # unit { publicKey = "SYfPEKJkO3HaCiQdV/iionsS6CEjLcLt9C0x0Ib3tEU="; - allowedIPs = [ "10.9.0.1/32" "10.0.1.0/24" ]; + allowedIPs = [ "10.9.0.1/32" "10.0.1.0/24" "10.0.0.0/24" ]; endpoint = "coace.duckdns.org:1194"; } ];