diff options
| author | seth <[email protected]> | 2023-09-06 17:50:22 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-07 13:52:26 -0400 |
| commit | 5d0fdf984a2708ad746669814ac874d6f7ad44b4 (patch) | |
| tree | 68689d7bf6c8c1cbf3304031e447eb5524d5de11 /modules/shared/base/nix.nix | |
| parent | d113e8978e4be8041ae1136a487fe0f9ca48ce58 (diff) | |
!hercules-ci->garnix (again)
Diffstat (limited to 'modules/shared/base/nix.nix')
| -rw-r--r-- | modules/shared/base/nix.nix | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/modules/shared/base/nix.nix b/modules/shared/base/nix.nix index d1b7e60..2c95933 100644 --- a/modules/shared/base/nix.nix +++ b/modules/shared/base/nix.nix @@ -24,15 +24,8 @@ in { auto-optimise-store = isLinux; experimental-features = ["nix-command" "flakes" "auto-allocate-uids" "repl-flake"]; - trusted-substituters = [ - "https://getchoo.cachix.org" - "https://nix-community.cachix.org" - ]; - - trusted-public-keys = [ - "getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE=" - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - ]; + trusted-substituters = ["https://cache.garnix.io"]; + trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="]; }; gc = { |
