From 0f14004a7b8f1de00606a0a16b3aa43d34bc991f Mon Sep 17 00:00:00 2001 From: Sky Hearn Date: Thu, 7 Mar 2024 23:42:46 -0800 Subject: [PATCH] Nub's Public Key --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 06ddd82..cc60086 100644 --- a/configuration.nix +++ b/configuration.nix @@ -75,7 +75,7 @@ # List of allowed peers. { #nub # Public key of the peer (not a file path). - publicKey = "L4msD0mEG2ctKDtaMJW2y3cs1fT2LBRVV7iVlWZ2nZc="; + publicKey = "j2WrE1lX5Pf12Yk61zzCUJCnzVQyR+s+nWw72a4gsik="; # List of IPs assigned to this peer within the tunnel subnet. Used to configure routing. allowedIPs = [ "10.100.1.0/24" ]; }