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" ]; }