disable nixcache.raffauflabs.com substituter

This commit is contained in:
Aly Raffauf 2024-07-05 18:37:07 -04:00
parent 4e150dd5c2
commit 347c343742
2 changed files with 1 additions and 4 deletions

View file

@ -40,9 +40,8 @@
}; };
nixConfig = { nixConfig = {
extra-substituters = ["https://nixcache.raffauflabs.com" "https://hyprland.cachix.org"]; extra-substituters = ["https://hyprland.cachix.org"];
extra-trusted-public-keys = [ extra-trusted-public-keys = [
"nixcache.raffauflabs.com:yFIuJde/izA4aUDI3MZmBLzynEsqVCT1OfCUghOLlt8="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
]; ];
}; };

View file

@ -34,13 +34,11 @@
experimental-features = ["nix-command" "flakes"]; experimental-features = ["nix-command" "flakes"];
substituters = [ substituters = [
"https://nixcache.raffauflabs.com"
"https://hyprland.cachix.org" "https://hyprland.cachix.org"
"https://cache.nixos.org/" "https://cache.nixos.org/"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"nixcache.raffauflabs.com:yFIuJde/izA4aUDI3MZmBLzynEsqVCT1OfCUghOLlt8="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
]; ];