chore: remove nixsgx.cachix.org

This commit is contained in:
Harald Hoyer 2024-07-05 16:09:37 +02:00
parent b845b617b0
commit 029463604a
4 changed files with 1 additions and 5 deletions

View file

@ -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="
];
};