From 0cb07bc54b67e48b29e5ab8f42f93e62c21c9be2 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 13 Feb 2024 14:05:45 -0500 Subject: [PATCH] add josh to wg --- atauno/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/atauno/configuration.nix b/atauno/configuration.nix index 7d26387..b805382 100644 --- a/atauno/configuration.nix +++ b/atauno/configuration.nix @@ -147,6 +147,11 @@ # List of IPs assigned to this peer within the tunnel subnet. Used to configure routing. allowedIPs = [ "10.100.0.2/32" ]; } + { + # josh's laptop + publicKey = "MdHzEaX6BkgOLZcIAFdgxYt0iDdh2vL25jMjuTFVDVM="; + allowedIPs = [ "10.100.0.15/24" ]; + } ]; }; };