From 6d1e84856496ab38079c15476da775a08e501c59 Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 26 Aug 2022 21:44:37 +0200 Subject: [PATCH] Add VPN for evey --- hosts/gatekeeper/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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" ];