diff options
Diffstat (limited to 'host/software/server')
| -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 544aa53..3b6cf28 100644 --- a/host/software/server/wireguard.nix +++ b/host/software/server/wireguard.nix @@ -31,7 +31,7 @@ allowedIPs = [ "10.100.0.7" ]; } { # idefix - publicKey = "4Q1Glnceec8FOtkq8UnaYtlwsR1VIvs6lTalavNQp0A="; + publicKey = "To6F7vHeC4ujcH6E4RcrjNp4q9hFR36pzRnLTl/qGwo="; allowedIPs = [ "10.100.0.8" ]; } ]; |
