diff --git a/hosts/gatekeeper/configuration.nix b/hosts/gatekeeper/configuration.nix index acd6e86..69cb625 100644 --- a/hosts/gatekeeper/configuration.nix +++ b/hosts/gatekeeper/configuration.nix @@ -117,6 +117,11 @@ allowedIPs = [ "2a01:4f8:c0c:15f1::8016/128" "10.20.30.16/32" ]; publicKey = "V6Kc++QmJ4RkLSWvcLj/KgbIafvi7URV6dOgFnKSAwM="; } + { + # evey + allowedIPs = [ "2a01:4f8:c0c:15f1::8017/128" "10.20.30.17/32" ]; + publicKey = "DD18B0plaYuhHK+yJ1nlEv6EmM+Krw/alXmz+X3SI18="; + } { # palladium allowedIPs = [ "2a01:4f8:c0c:15f1::8103/128" "10.20.30.103/32" ];