From 229e4814f9dd2cab3a6d71c69de49ef8551ebbea Mon Sep 17 00:00:00 2001 From: ahtlon Date: Mon, 31 Aug 2026 15:41:28 +0200 Subject: [PATCH] [host_builder] add cache.malobeo.org key --- machines/modules/host_builder.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/modules/host_builder.nix b/machines/modules/host_builder.nix index bc822fd..e64842a 100644 --- a/machines/modules/host_builder.nix +++ b/machines/modules/host_builder.nix @@ -33,6 +33,7 @@ rec { trusted-public-keys = [ # TODO: add cache.malobeo.org key after creation "cache.dynamicdiscord.de:DKueZicqi2NhJJXz9MYgUbiyobMs10fTyHCgAUibRP4=" + "cache.malobeo.org:+eSv8F63uj94A0fvmdyPcDDH0qI3CYR91fsbA/eLFGw=" ]; trusted-users = [ "root" "@wheel" ]; };