From cfdc4be1b7c5e92199fa912833d50124cb20c2de Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Sat, 15 Jun 2024 22:34:44 +0200 Subject: [PATCH] Added IP to wg IPs --- hosts/x86_64-linux/beleth/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/x86_64-linux/beleth/wireguard.nix b/hosts/x86_64-linux/beleth/wireguard.nix index 792b603..a07d5fc 100644 --- a/hosts/x86_64-linux/beleth/wireguard.nix +++ b/hosts/x86_64-linux/beleth/wireguard.nix @@ -13,7 +13,7 @@ networking.wireguard.interfaces = { wg0 = { - ips = ["2a0f:be01:fe:fa1::1/64"]; + ips = ["2a0f:be01:fe:fa1::1/64" "2a01:4f8:10a:1aab:f000::1/80"]; listenPort = 51820;