add nix-serve.hq.c3d2.de, tlm-solutions.cachix.org
This commit is contained in:
parent
2d1dfe3195
commit
c12eefe439
1 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, lib, ... }: {
|
{ ... }: {
|
||||||
nix = {
|
nix = {
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
builders-use-substitutes = true
|
builders-use-substitutes = true
|
||||||
|
@ -11,20 +11,23 @@
|
||||||
];
|
];
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://microvm.cachix.org"
|
"https://microvm.cachix.org"
|
||||||
# "https://hydra.hq.c3d2.de"
|
"https://nix-serve.hq.c3d2.de"
|
||||||
"https://dump-dvb.cachix.org"
|
"https://dump-dvb.cachix.org"
|
||||||
|
"https://tlm-solutions.cachix.org"
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
];
|
];
|
||||||
trusted-substituters = [
|
trusted-substituters = [
|
||||||
"https://microvm.cachix.org"
|
"https://microvm.cachix.org"
|
||||||
# "https://hydra.hq.c3d2.de"
|
"https://nix-serve.hq.c3d2.de"
|
||||||
"https://dump-dvb.cachix.org"
|
"https://dump-dvb.cachix.org"
|
||||||
|
"https://tlm-solutions.cachix.org"
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"microvm.cachix.org-1:oXnBc6hRE3eX5rSYdRyMYXnfzcCxC7yKPTbZXALsqys="
|
"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="
|
"dump-dvb.cachix.org-1:+Dq7gqpQG4YlLA2X3xJsG1v3BrlUGGpVtUKWk0dTyUU="
|
||||||
|
"tlm-solutions.cachix.org-1:J7qT6AvoNWPSj+59ed5bNESj35DLJNaROqga1EjVIoA="
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue