summaryrefslogtreecommitdiff
path: root/host/software
diff options
context:
space:
mode:
authorAdrian Kummerlaender2022-10-14 22:02:33 +0200
committerAdrian Kummerlaender2022-10-14 22:03:28 +0200
commit276ad1973e20c6af5d5ff13925342ac1f602c065 (patch)
tree63e09503387a57dfbcf85142ee8cce853c2b7bc5 /host/software
parentacf158140e44fb6f1db104d042e1bd65c9838287 (diff)
downloadnixos_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/software')
-rw-r--r--host/software/server/wireguard.nix2
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" ];
}
];