From 9cb1b107c3cdf79e5a56a8d9855fc6ea6c1ca941 Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 31 Aug 2026 16:14:19 +0200 Subject: [PATCH] [fanny] fix typo --- machines/fanny/configuration.nix | 1 + machines/modules/host_builder.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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=" ];