From 2a45b6837ea381c893d0ebde2f8cce2897331c35 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 24 May 2025 20:26:52 +0200 Subject: kimai --- hosts/surtr/bifrost/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/surtr/bifrost/default.nix') diff --git a/hosts/surtr/bifrost/default.nix b/hosts/surtr/bifrost/default.nix index fbfde757..52ab43f5 100644 --- a/hosts/surtr/bifrost/default.nix +++ b/hosts/surtr/bifrost/default.nix @@ -18,7 +18,7 @@ in { ListenPort = 51822; }; wireguardPeers = [ - { AllowedIPs = [ "2a03:4000:52:ada:4:1::/96" ]; + { AllowedIPs = [ "2a03:4000:52:ada:4:1::/96" "2a03:4000:52:ada:6::/80" ]; PublicKey = trim (readFile ../../vidhar/network/bifrost/vidhar.pub); } ]; @@ -34,6 +34,8 @@ in { routes = [ { Destination = "2a03:4000:52:ada:4::/80"; } + { Destination = "2a03:4000:52:ada:6::/80"; + } ]; linkConfig = { RequiredForOnline = false; -- cgit v1.2.3