From fccdb7467135d229748744aa643deac709a068e8 Mon Sep 17 00:00:00 2001 From: kalipso Date: Fri, 21 Aug 2026 14:00:04 +0200 Subject: [PATCH] [host_builder] update substituters we still need to add caches new pub key --- machines/modules/host_builder.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/modules/host_builder.nix b/machines/modules/host_builder.nix index 2460343..bc822fd 100644 --- a/machines/modules/host_builder.nix +++ b/machines/modules/host_builder.nix @@ -26,10 +26,12 @@ rec { settings = { substituters = [ + "https://cache.malobeo.org" "https://cache.dynamicdiscord.de" "https://cache.nixos.org/" ]; trusted-public-keys = [ + # TODO: add cache.malobeo.org key after creation "cache.dynamicdiscord.de:DKueZicqi2NhJJXz9MYgUbiyobMs10fTyHCgAUibRP4=" ]; trusted-users = [ "root" "@wheel" ];