From e40f929abea968d956edc274bbf9c841d7d2b320 Mon Sep 17 00:00:00 2001 From: Nettika Date: Tue, 22 Apr 2025 14:21:01 -0700 Subject: [PATCH] Add cachix substituter and disable shelvacu's --- modules/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/common.nix b/modules/common.nix index a0cda4a..2139ad5 100755 --- a/modules/common.nix +++ b/modules/common.nix @@ -5,12 +5,12 @@ nix.settings = { experimental-features = [ "nix-command" "flakes" ]; substituters = [ - "https://nixcache.shelvacu.com" "https://fossar.cachix.org" + # "https://nixcache.shelvacu.com" ]; trusted-public-keys = [ - "nixcache.shelvacu.com:73u5ZGBpPRoVZfgNJQKYYBt9K9Io/jPwgUfuOLsJbsM=" "fossar.cachix.org-1:Zv6FuqIboeHPWQS7ysLCJ7UT7xExb4OE8c4LyGb5AsE=" + "nixcache.shelvacu.com:73u5ZGBpPRoVZfgNJQKYYBt9K9Io/jPwgUfuOLsJbsM=" ]; trusted-users = [ "@wheel" ]; };