From a0c019640ba5cd64f6c29e4466d3fc3fd0747a8e Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 31 Jul 2025 13:28:45 +0200 Subject: [PATCH] chore: remove teepot Signed-off-by: Harald Hoyer --- homes/x86_64-linux/harald@sgx-azure/default.nix | 2 -- modules/nixos/nix/default.nix | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/homes/x86_64-linux/harald@sgx-azure/default.nix b/homes/x86_64-linux/harald@sgx-azure/default.nix index 02652c8..e4c2b15 100644 --- a/homes/x86_64-linux/harald@sgx-azure/default.nix +++ b/homes/x86_64-linux/harald@sgx-azure/default.nix @@ -12,11 +12,9 @@ nix.settings = { substituters = [ "https://cache.nixos.org" - "https://attic.teepot.org/tee-pot" ]; trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" - "tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg=" ]; }; diff --git a/modules/nixos/nix/default.nix b/modules/nixos/nix/default.nix index fe7ba58..f5b0c60 100644 --- a/modules/nixos/nix/default.nix +++ b/modules/nixos/nix/default.nix @@ -60,9 +60,7 @@ in "root" config.metacfg.user.name ] ++ optional config.services.hydra.enable "hydra"; - extra-substituters = cfg.extra-substituters // { - "https://attic.teepot.org/tee-pot".key = "tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg="; - }; + extra-substituters = cfg.extra-substituters; in { package = cfg.package;