From 67e4a74a22f93f41a8152de6d724c6c599c29178 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 11 Feb 2024 14:37:57 -0500 Subject: [PATCH] fix wg conf --- atauno/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) 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" ]; - } ]; }; };