Use nginx proxy for hydra nix-serve

This commit is contained in:
Ehmry - 2019-11-29 15:52:06 +01:00
parent 1b5bd980e1
commit 92a7952436
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ in {
nix = {
binaryCaches = [ ]
++ (lib.optional notHydra "http://hydra.hq.c3d2.de:${port}")
++ (lib.optional notHydra "https://nix-serve.hq.c3d2.de")
++ (lib.optional notServer7 "http://server7.hq.c3d2.de:${port}");
binaryCachePublicKeys = [