diff options
| author | Seth Flynn <[email protected]> | 2025-02-01 23:53:28 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-01 23:53:28 -0500 |
| commit | 47be32eaba6ee39a09b3407c007300944677e1ff (patch) | |
| tree | e929f01638751df4f63ef7960256ae6748e93b28 /modules/shared/defaults | |
| parent | d49dfd5959819b14734ad66d7ce605d7da1363cf (diff) | |
shared/nix: use nix-community cachix
Diffstat (limited to 'modules/shared/defaults')
| -rw-r--r-- | modules/shared/defaults/nix.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/shared/defaults/nix.nix b/modules/shared/defaults/nix.nix index 1a6b3d1..23becf9 100644 --- a/modules/shared/defaults/nix.nix +++ b/modules/shared/defaults/nix.nix @@ -26,6 +26,11 @@ in "flakes" "auto-allocate-uids" ]; + + extra-trusted-substituters = [ "https://nix-community.cachix.org" ]; + extra-trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; }; gc = { |
