From 5a31f55cb7ce47859048bef805b4a3eb848e24e6 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 9 Mar 2023 11:45:53 +0800 Subject: [PATCH] hosts/ni: update Wireguard address Not exactly important since the desktop peer is not exactly used akin to a VPN server but it's just there for consistency, I guess. --- hosts/ni/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ni/default.nix b/hosts/ni/default.nix index 64d794a5..789efe30 100644 --- a/hosts/ni/default.nix +++ b/hosts/ni/default.nix @@ -221,7 +221,7 @@ in address = with wireguardPeers.desktop; [ "${IPv4}/24" - "${IPv6}/96" + "${IPv6}/64" ]; peers = [