From 028361ce2bcef7aeb780450e520db34577394ba2 Mon Sep 17 00:00:00 2001 From: mayor Date: Thu, 12 Feb 2026 19:37:27 -0800 Subject: [PATCH] fix: update harmonia signing key name to harmonia.john-endesktop --- roles/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common.nix b/roles/common.nix index ed859f7..b8170e8 100644 --- a/roles/common.nix +++ b/roles/common.nix @@ -26,7 +26,7 @@ "http://john-endesktop.oglehome:5000" ]; trusted-public-keys = [ - "nix-cache.johnogle.info-1:G0ZGQwcSC4+4SDDFHZI/ZX3a6uFrs/5cjA5Jvaypj0I=" + "harmonia.john-endesktop:1iGr4xZrsR7WtXOlPCgFF3LcODYBpu+B3TS54MyBn4M=" ]; fallback = true; connect-timeout = 5;