From cfedde1adb2ae1201f7ab9aa94594722c8428e80 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 8 Dec 2020 20:30:02 +0100 Subject: [PATCH] New public key for e1mo --- hosts/dn42-il-gw1/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dn42-il-gw1/configuration.nix b/hosts/dn42-il-gw1/configuration.nix index f68c683..0857afb 100644 --- a/hosts/dn42-il-gw1/configuration.nix +++ b/hosts/dn42-il-gw1/configuration.nix @@ -68,7 +68,7 @@ { allowedIPs = [ "fe80::/10" "fd00::/8" ]; endpoint = "de-fra1.dn42.net.dont-break.it:22574"; - publicKey = "LjXwHWJXz5koYyVsZ0UjSHr/zpxIUz/dPzucJSFSDUg="; + publicKey = "shGS36iaWgcJL1FVLhZHPxLHkPETIy2FFdgmNyx1DSk="; } ]; privateKeyFile = "/var/src/secrets/wireguard/wg0565";