From 55bb222eb5407bcf194ce776ce5d4a51fe365dba Mon Sep 17 00:00:00 2001 From: mikl Date: Mon, 3 Aug 2026 00:34:10 +0300 Subject: [PATCH] fix(mesh): rotate hyacinth peer key --- hosts/heather/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/heather/default.nix b/hosts/heather/default.nix index 0cd13c2..40aabd7 100644 --- a/hosts/heather/default.nix +++ b/hosts/heather/default.nix @@ -40,7 +40,7 @@ allowedIPsAsRoutes = false; peers = [ { - publicKey = "v51g02IEjLyu7gqjjznN/UtU8Te5imZzy64/+BF/dn4="; + publicKey = "BxTH8+MiA8Hv48UfpWJDVXIhbO5HgO2KTBEXIqqr23k="; allowedIPs = [ "10.99.0.2/32" "10.0.0.2/32" ]; endpoint = "195.242.119.59:51820"; persistentKeepalive = 25;