Remove nix-cache.nul.ie for now

This commit is contained in:
Jack O'Sullivan 2022-10-05 23:23:39 +01:00
parent 4fda577040
commit d9b0ba2e6e
3 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,8 @@ in
NIX_USER_CONF_FILES = toString (pkgs.writeText "nix.conf"
''
experimental-features = nix-command flakes ca-derivations
substituters = https://nix-cache.nul.ie https://cache.nixos.org
#substituters = https://nix-cache.nul.ie https://cache.nixos.org
substituters = https://cache.nixos.org
trusted-public-keys = ${concatStringsSep " " lib.my.nix.cacheKeys}
'');

View File

@ -230,7 +230,7 @@ in
};
settings = {
substituters = [
"https://nix-cache.nul.ie"
#"https://nix-cache.nul.ie"
"https://cache.nixos.org"
];
trusted-public-keys = lib.my.nix.cacheKeys;

View File

@ -49,7 +49,7 @@ in
trusted-users = [ "@wheel" ];
experimental-features = [ "nix-command" "flakes" "ca-derivations" ];
substituters = [
"https://nix-cache.nul.ie"
#"https://nix-cache.nul.ie"
"https://cache.nixos.org"
];
trusted-public-keys = lib.my.nix.cacheKeys;