summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrigory Shipunov2022-06-18 17:13:10 +0200
committerGrigory Shipunov2022-06-18 17:13:10 +0200
commit7d3fecd8e8ffa75d128749ebf7e03307798ff9b4 (patch)
tree8aff8adadd420c0ee8a866a9ab24a0f3a7677596
parent7f7e6526674d47d22a0fd54f5e061e10a29d5bf7 (diff)
rotate dishwasher pubkey
-rw-r--r--hosts/cirrus/wireguard-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/cirrus/wireguard-server.nix b/hosts/cirrus/wireguard-server.nix
index e8dbce1..1352f15 100644
--- a/hosts/cirrus/wireguard-server.nix
+++ b/hosts/cirrus/wireguard-server.nix
@@ -28,7 +28,7 @@
# Dishwasher
wireguardPeerConfig = {
# nextcloud down, have to keep things in here: https://www.youtube.com/watch?v=1c6v7j1TUBI
- PublicKey = "xrremJFIcxwR6snoTUK+mytjez60I91XE120OQGQ7gc=";
+ PublicKey = "AdWUBbyeRkxdP9HUu25PpISoxbgQ8oeCw3BmV93xtAw=";
AllowedIPs = [ "10.66.66.100/32" ];
PersistentKeepalive = 25;
};