summaryrefslogtreecommitdiff
path: root/modules/shared/base
diff options
context:
space:
mode:
Diffstat (limited to 'modules/shared/base')
-rw-r--r--modules/shared/base/nix.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/shared/base/nix.nix b/modules/shared/base/nix.nix
index 29b817f..2575a05 100644
--- a/modules/shared/base/nix.nix
+++ b/modules/shared/base/nix.nix
@@ -24,8 +24,8 @@ in {
auto-optimise-store = pkgs.stdenv.isLinux;
experimental-features = ["nix-command" "flakes" "auto-allocate-uids" "repl-flake"];
- trusted-substituters = ["https://cache.garnix.io"];
- trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="];
+ trusted-substituters = ["https://getchoo.cachix.org"];
+ trusted-public-keys = ["getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="];
nix-path = config.nix.nixPath;
};