From 029463604a70442c87d1cc9e76cfa36f86c8a951 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 5 Jul 2024 16:09:37 +0200 Subject: [PATCH] chore: remove nixsgx.cachix.org --- homes/x86_64-linux/harald@sgx-azure/default.nix | 3 +-- modules/nixos/nix/default.nix | 1 - modules/nixos/sgx/aesmd_dcap/default.nix | 1 - modules/nixos/sgx/pccs/default.nix | 1 - 4 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 64810d6..0f666e2 100644 --- a/homes/x86_64-linux/harald@sgx-azure/default.nix +++ b/homes/x86_64-linux/harald@sgx-azure/default.nix @@ -12,10 +12,9 @@ }; nix.settings = { - substituters = [ "https://cache.nixos.org" "https://nixsgx.cachix.org" "https://attic.teepot.org/tee-pot" ]; + substituters = [ "https://cache.nixos.org" "https://attic.teepot.org/tee-pot" ]; trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" - "nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE=" "tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg=" ]; }; diff --git a/modules/nixos/nix/default.nix b/modules/nixos/nix/default.nix index c55220b..25e49ed 100644 --- a/modules/nixos/nix/default.nix +++ b/modules/nixos/nix/default.nix @@ -51,7 +51,6 @@ in users = [ "root" config.metacfg.user.name ] ++ optional config.services.hydra.enable "hydra"; extra-substituters = cfg.extra-substituters // { - "https://nixsgx.cachix.org".key = "nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE="; "https://attic.teepot.org/tee-pot".key = "tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg="; }; in diff --git a/modules/nixos/sgx/aesmd_dcap/default.nix b/modules/nixos/sgx/aesmd_dcap/default.nix index 8f43af9..79a32fb 100644 --- a/modules/nixos/sgx/aesmd_dcap/default.nix +++ b/modules/nixos/sgx/aesmd_dcap/default.nix @@ -13,7 +13,6 @@ in config = mkIf cfg.enable { metacfg = { nix.extra-substituters = { - "https://nixsgx.cachix.org".key = "nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE="; "https://attic.teepot.org/tee-pot".key = "tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg="; }; }; diff --git a/modules/nixos/sgx/pccs/default.nix b/modules/nixos/sgx/pccs/default.nix index 08641a8..92a0eaa 100644 --- a/modules/nixos/sgx/pccs/default.nix +++ b/modules/nixos/sgx/pccs/default.nix @@ -31,7 +31,6 @@ in metacfg = { nix.extra-substituters = { - "https://nixsgx.cachix.org".key = "nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE="; "https://attic.teepot.org/tee-pot".key = "tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg="; }; };