From 7d3fecd8e8ffa75d128749ebf7e03307798ff9b4 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 18 Jun 2022 17:13:10 +0200 Subject: [PATCH] rotate dishwasher pubkey --- hosts/cirrus/wireguard-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };