diff --git a/machines/modules/host_builder.nix b/machines/modules/host_builder.nix index a748938..35e0ce2 100644 --- a/machines/modules/host_builder.nix +++ b/machines/modules/host_builder.nix @@ -32,7 +32,7 @@ rec { ]; trusted-public-keys = [ "cache.dynamicdiscord.de:DKueZicqi2NhJJXz9MYgUbiyobMs10fTyHCgAUibRP4=" - "cache.malobeo.org:+eSv8F63uj94A0fvmdyPcDDH0qI3CYR91fsbA/eLFGw=" + "albert:+eSv8F63uj94A0fvmdyPcDDH0qI3CYR91fsbA/eLFGw=" ]; trusted-users = [ "root" "@wheel" ]; };