base.nix: add nix-serve.hq.c3d2.de as a binary cache

This commit is contained in:
oxapentane - 2022-05-29 21:43:10 +02:00
parent 821bb2f8dd
commit f4e26baa45
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C

View File

@ -9,9 +9,11 @@
autoOptimiseStore = true;
binaryCaches = [
"https://dump-dvb.cachix.org"
"https://nix-serve.hq.c3d2.de"
];
binaryCachePublicKeys = [
"dump-dvb.cachix.org-1:+Dq7gqpQG4YlLA2X3xJsG1v3BrlUGGpVtUKWk0dTyUU="
"nix-serve.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps="
];
};