We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71e3e7 commit 269cd7fCopy full SHA for 269cd7f
nix/metal/bitteProfile/spongix.nix
@@ -17,7 +17,7 @@ in {
17
port = 7745;
18
gcInterval = "1h";
19
secretKeyFiles.ci-world = config.secrets.install.spongix-secret-key.target;
20
- substituters = ["https://cache.nixos.org" "https://hydra.iohk.io"];
+ substituters = ["https://hydra.iohk.io"];
21
trustedPublicKeys = [
22
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
23
(lib.fileContents (config.secrets.encryptedRoot + "/nix-public-key-file"))
0 commit comments