From 276ad1973e20c6af5d5ff13925342ac1f602c065 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 14 Oct 2022 22:02:33 +0200 Subject: Fix idefix public key --- host/software/server/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/software') diff --git a/host/software/server/wireguard.nix b/host/software/server/wireguard.nix index 937efaa..92e095f 100644 --- a/host/software/server/wireguard.nix +++ b/host/software/server/wireguard.nix @@ -31,7 +31,7 @@ allowedIPs = [ "10.100.0.7" ]; } { # idefix - publicKey = "sF89wadXLEMXeNHNFPas7umP/QeyXMs3s7XGfXmY2lc="; + publicKey = "4Q1Glnceec8FOtkq8UnaYtlwsR1VIvs6lTalavNQp0A=s"; allowedIPs = [ "10.100.0.8" ]; } ]; -- cgit v1.2.3