From 5c2d91afabcfb4cb566abed511739bb672ddcbd7 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Sun, 31 Jul 2022 17:04:02 +0200 Subject: [PATCH] Added server to allowed "extra" IPs --- common/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/wireguard.nix b/common/wireguard.nix index 99578c5..3dbd947 100644 --- a/common/wireguard.nix +++ b/common/wireguard.nix @@ -7,7 +7,7 @@ with lib; { servers = { metis = { localIp = "1"; - extraIps = [ "142" ]; + extraIps = [ "1" "142" ]; publicKey = "wP49t1TYXI3ucsYb8RavNGwIf+8nx5UBgDU0PM9VlnI="; endpoint = "metis.ellmauthaler.net:51820"; #TODO };