diff options
-rw-r--r-- | host/software/server/wireguard.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" ]; } ]; |