diff options
| author | Grigory Shipunov | 2023-03-22 21:47:31 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-03-22 21:48:34 +0100 |
| commit | c12eefe43999f7d51bac61a43c0b7748622ae636 (patch) | |
| tree | 684c1a3cf545dda704f947096d4a7836763bf9bb /modules/binary-caches.nix | |
| parent | 2d1dfe3195af0f634727b4ce11ba760b046fcaf2 (diff) | |
add nix-serve.hq.c3d2.de, tlm-solutions.cachix.org
Diffstat (limited to 'modules/binary-caches.nix')
| -rw-r--r-- | modules/binary-caches.nix | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/modules/binary-caches.nix b/modules/binary-caches.nix index 530b23c..b355862 100644 --- a/modules/binary-caches.nix +++ b/modules/binary-caches.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, ... }: { +{ ... }: { nix = { extraOptions = '' builders-use-substitutes = true @@ -11,20 +11,23 @@ ]; substituters = [ "https://microvm.cachix.org" - # "https://hydra.hq.c3d2.de" + "https://nix-serve.hq.c3d2.de" "https://dump-dvb.cachix.org" + "https://tlm-solutions.cachix.org" "https://nix-community.cachix.org" ]; trusted-substituters = [ "https://microvm.cachix.org" - # "https://hydra.hq.c3d2.de" + "https://nix-serve.hq.c3d2.de" "https://dump-dvb.cachix.org" + "https://tlm-solutions.cachix.org" "https://nix-community.cachix.org" ]; trusted-public-keys = [ "microvm.cachix.org-1:oXnBc6hRE3eX5rSYdRyMYXnfzcCxC7yKPTbZXALsqys=" - # "nix-serve.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps=" + "nix-serve.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps=" "dump-dvb.cachix.org-1:+Dq7gqpQG4YlLA2X3xJsG1v3BrlUGGpVtUKWk0dTyUU=" + "tlm-solutions.cachix.org-1:J7qT6AvoNWPSj+59ed5bNESj35DLJNaROqga1EjVIoA=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; }; |
