summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-13 22:04:01 -0500
committerSeth Flynn <[email protected]>2025-02-13 22:09:11 -0500
commitedd765852f7b514de0d68a66c5b03652c93a0aa1 (patch)
treefcde591517fdfc939406a302f2bcf241d26f7667
parent384f221e16c9eb344614dd5c6a8216ee42ced195 (diff)
modules/defaults: use getchoo.cachix.org
-rw-r--r--modules/shared/defaults/nix.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/shared/defaults/nix.nix b/modules/shared/defaults/nix.nix
index 6cc896d..9bc2638 100644
--- a/modules/shared/defaults/nix.nix
+++ b/modules/shared/defaults/nix.nix
@@ -27,8 +27,13 @@ in
"auto-allocate-uids"
];
- extra-trusted-substituters = [ "https://nix-community.cachix.org" ];
+ extra-trusted-substituters = [
+ "https://getchoo.cachix.org"
+ "https://nix-community.cachix.org"
+ ];
+
extra-trusted-public-keys = [
+ "getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};