From 83ebba19e32262271ba49045fd1285d810d1f636 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 5 Jan 2025 05:29:18 -0500 Subject: shared/nix: don't add getchoo.cachix.org to substituters This is only needed for building configurations really. No reason to use it 24/7 --- modules/shared/defaults/nix.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/shared/defaults') diff --git a/modules/shared/defaults/nix.nix b/modules/shared/defaults/nix.nix index f15d81c..eb678a4 100644 --- a/modules/shared/defaults/nix.nix +++ b/modules/shared/defaults/nix.nix @@ -25,9 +25,6 @@ in "flakes" "auto-allocate-uids" ]; - - trusted-substituters = [ "https://getchoo.cachix.org" ]; - trusted-public-keys = [ "getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE=" ]; }; gc = { -- cgit v1.2.3