diff --git a/atauno/configuration.nix b/atauno/configuration.nix index 5437d77..32ce339 100644 --- a/atauno/configuration.nix +++ b/atauno/configuration.nix @@ -146,11 +146,6 @@ # List of IPs assigned to this peer within the tunnel subnet. Used to configure routing. allowedIPs = [ "10.100.0.2/32" ]; } - { - # John Doe - publicKey = "{john doe's public key}"; - allowedIPs = [ "10.100.0.3/32" ]; - } ]; }; };