diff options
author | Adrian Kummerlaender | 2022-10-14 22:02:33 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2022-10-14 22:03:28 +0200 |
commit | 276ad1973e20c6af5d5ff13925342ac1f602c065 (patch) | |
tree | 63e09503387a57dfbcf85142ee8cce853c2b7bc5 /host | |
parent | acf158140e44fb6f1db104d042e1bd65c9838287 (diff) | |
download | nixos_system-276ad1973e20c6af5d5ff13925342ac1f602c065.tar nixos_system-276ad1973e20c6af5d5ff13925342ac1f602c065.tar.gz nixos_system-276ad1973e20c6af5d5ff13925342ac1f602c065.tar.bz2 nixos_system-276ad1973e20c6af5d5ff13925342ac1f602c065.tar.lz nixos_system-276ad1973e20c6af5d5ff13925342ac1f602c065.tar.xz nixos_system-276ad1973e20c6af5d5ff13925342ac1f602c065.tar.zst nixos_system-276ad1973e20c6af5d5ff13925342ac1f602c065.zip |
Fix idefix public key
Diffstat (limited to 'host')
-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" ]; } ]; |