From 1f5e5b9a37ada94b9989dd7d73d0dcde99d09297 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 22 Apr 2026 21:24:09 +0200 Subject: [PATCH] feat: nb add network to epicenter wireguard --- hosts/fw/modules/dnsmasq.nix | 1 + hosts/fw/modules/wireguard.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/fw/modules/dnsmasq.nix b/hosts/fw/modules/dnsmasq.nix index ace789b..0859fa6 100644 --- a/hosts/fw/modules/dnsmasq.nix +++ b/hosts/fw/modules/dnsmasq.nix @@ -12,6 +12,7 @@ server = [ "/epicenter.works/10.50.60.1" + "/epicenter.intra/10.50.60.1" "/akvorrat.at/10.50.60.1" "9.9.9.9" "149.112.112.11" diff --git a/hosts/fw/modules/wireguard.nix b/hosts/fw/modules/wireguard.nix index 9edc537..3ab00e8 100644 --- a/hosts/fw/modules/wireguard.nix +++ b/hosts/fw/modules/wireguard.nix @@ -47,7 +47,7 @@ endpoint = "5.9.131.17:51821"; publicKey = "T7jPGSapSudtKyWwi2nu+2hjjse96I4U3lccRHZWd2s="; presharedKeyFile = config.sops.secrets.wg_epicenter_works_psk.path; - allowedIPs = [ "10.14.1.0/24" "10.14.2.0/24" "10.14.11.0/24" "10.14.40.0/24" "10.25.0.0/24" "10.50.60.0/24" "10.60.60.0/24" ]; + allowedIPs = [ "10.14.1.0/24" "10.14.2.0/24" "10.14.11.0/24" "10.14.40.0/24" "10.14.50.0/24" "10.25.0.0/24" "10.50.60.0/24" "10.60.60.0/24" ]; } ]; };