diff --git a/m/apex/wireguard.nix b/m/apex/wireguard.nix index 672b5db6..4721d2df 100644 --- a/m/apex/wireguard.nix +++ b/m/apex/wireguard.nix @@ -28,7 +28,7 @@ { name = "raccoon"; publicKey = "QUfnGXSMEgu2bviglsaSdCjidB51oEDBFpnSFcKGfDI="; - allowedIPs = [ "10.106.0.236/32" "192.168.0.0/16" ]; + allowedIPs = [ "10.106.0.236/32" "192.168.0.0/16" "10.0.44.0/24" ]; } ]; }; @@ -37,5 +37,6 @@ networking.hosts = { "10.106.0.1" = [ "fox" ]; "10.106.0.236" = [ "raccoon" ]; + "10.0.44.4" = [ "tent" ]; }; } diff --git a/m/fox/wireguard.nix b/m/fox/wireguard.nix index e7bc52f4..7a55c2e9 100644 --- a/m/fox/wireguard.nix +++ b/m/fox/wireguard.nix @@ -32,7 +32,7 @@ { name = "raccoon"; publicKey = "QUfnGXSMEgu2bviglsaSdCjidB51oEDBFpnSFcKGfDI="; - allowedIPs = [ "10.106.0.236/32" "192.168.0.0/16" ]; + allowedIPs = [ "10.106.0.236/32" "192.168.0.0/16" "10.0.44.0/24" ]; } ]; }; @@ -41,6 +41,7 @@ networking.hosts = { "10.106.0.30" = [ "apex" ]; "10.106.0.236" = [ "raccoon" ]; + "10.0.44.4" = [ "tent" ]; }; networking.firewall = {