Add cachix substituter and disable shelvacu's

This commit is contained in:
2025-04-22 14:21:01 -07:00
parent 493d9962ef
commit e40f929abe

View File

@@ -5,12 +5,12 @@
nix.settings = { nix.settings = {
experimental-features = [ "nix-command" "flakes" ]; experimental-features = [ "nix-command" "flakes" ];
substituters = [ substituters = [
"https://nixcache.shelvacu.com"
"https://fossar.cachix.org" "https://fossar.cachix.org"
# "https://nixcache.shelvacu.com"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"nixcache.shelvacu.com:73u5ZGBpPRoVZfgNJQKYYBt9K9Io/jPwgUfuOLsJbsM="
"fossar.cachix.org-1:Zv6FuqIboeHPWQS7ysLCJ7UT7xExb4OE8c4LyGb5AsE=" "fossar.cachix.org-1:Zv6FuqIboeHPWQS7ysLCJ7UT7xExb4OE8c4LyGb5AsE="
"nixcache.shelvacu.com:73u5ZGBpPRoVZfgNJQKYYBt9K9Io/jPwgUfuOLsJbsM="
]; ];
trusted-users = [ "@wheel" ]; trusted-users = [ "@wheel" ];
}; };