Remove nix-cache.nul.ie for now

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

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;