diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index b876569..1ac0b47 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -318,6 +318,7 @@ in proxy_set_header Host $host; ''; }; + }; }; services.tor = { diff --git a/machines/modules/host_builder.nix b/machines/modules/host_builder.nix index e64842a..ae15cb2 100644 --- a/machines/modules/host_builder.nix +++ b/machines/modules/host_builder.nix @@ -31,7 +31,6 @@ rec { "https://cache.nixos.org/" ]; trusted-public-keys = [ - # TODO: add cache.malobeo.org key after creation "cache.dynamicdiscord.de:DKueZicqi2NhJJXz9MYgUbiyobMs10fTyHCgAUibRP4=" "cache.malobeo.org:+eSv8F63uj94A0fvmdyPcDDH0qI3CYR91fsbA/eLFGw=" ];