From 203032d9f32232450325ad55eeccc474026759de Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 22 Nov 2023 21:38:31 +0100 Subject: [PATCH] hosts/gatekeeper: add amy to wg-clrie --- hosts/gatekeeper/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/gatekeeper/configuration.nix b/hosts/gatekeeper/configuration.nix index e78c336..ac98589 100644 --- a/hosts/gatekeeper/configuration.nix +++ b/hosts/gatekeeper/configuration.nix @@ -68,6 +68,11 @@ allowedIPs = [ "2a01:4f8:c0c:15f1::8017/128" "10.20.30.17/32" ]; publicKey = "DD18B0plaYuhHK+yJ1nlEv6EmM+Krw/alXmz+X3SI18="; } + { + # amy + allowedIPs = [ "2a01:4f8:c0c:15f1::8018/128" "10.20.30.18/32" ]; + publicKey = "0HWZopfH90sbwzMmpZWd4f/Ul/+gsQ85WII7qK+cOEc="; + } { # palladium allowedIPs = [ "2a01:4f8:c0c:15f1::8103/128" "10.20.30.103/32" ];