diff options
| author | seth <[email protected]> | 2025-01-05 05:29:18 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2025-01-05 05:29:18 -0500 |
| commit | 83ebba19e32262271ba49045fd1285d810d1f636 (patch) | |
| tree | a34bb90255e3ba6cd817f8bf5441549aabb7fa6f /modules | |
| parent | a0b92773726182e383630d5aa29694812fa1d12b (diff) | |
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
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/shared/defaults/nix.nix | 3 |
1 files changed, 0 insertions, 3 deletions
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 = { |
