Remove nix-cache.nul.ie for now
This commit is contained in:
parent
4fda577040
commit
d9b0ba2e6e
@ -13,7 +13,8 @@ in
|
|||||||
NIX_USER_CONF_FILES = toString (pkgs.writeText "nix.conf"
|
NIX_USER_CONF_FILES = toString (pkgs.writeText "nix.conf"
|
||||||
''
|
''
|
||||||
experimental-features = nix-command flakes ca-derivations
|
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}
|
trusted-public-keys = ${concatStringsSep " " lib.my.nix.cacheKeys}
|
||||||
'');
|
'');
|
||||||
|
|
||||||
|
@ -230,7 +230,7 @@ in
|
|||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://nix-cache.nul.ie"
|
#"https://nix-cache.nul.ie"
|
||||||
"https://cache.nixos.org"
|
"https://cache.nixos.org"
|
||||||
];
|
];
|
||||||
trusted-public-keys = lib.my.nix.cacheKeys;
|
trusted-public-keys = lib.my.nix.cacheKeys;
|
||||||
|
@ -49,7 +49,7 @@ in
|
|||||||
trusted-users = [ "@wheel" ];
|
trusted-users = [ "@wheel" ];
|
||||||
experimental-features = [ "nix-command" "flakes" "ca-derivations" ];
|
experimental-features = [ "nix-command" "flakes" "ca-derivations" ];
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://nix-cache.nul.ie"
|
#"https://nix-cache.nul.ie"
|
||||||
"https://cache.nixos.org"
|
"https://cache.nixos.org"
|
||||||
];
|
];
|
||||||
trusted-public-keys = lib.my.nix.cacheKeys;
|
trusted-public-keys = lib.my.nix.cacheKeys;
|
||||||
|
Loading…
Reference in New Issue
Block a user