hydra-ca: add overlays

This commit is contained in:
Sandro - 2022-06-24 03:01:36 +02:00
parent 6f8b471407
commit e14254dd45
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 0 deletions

View File

@ -20,10 +20,13 @@
];
};
extraOptions = ''
allowed-uris = https://gitea.c3d2.de/ https://github.com/ ssh://gitea@gitea.c3d2.de/
experimental-features = ca-derivations nix-command flakes
'';
};
nixpkgs.overlays = [ (import ../../overlay) ];
services = {
hydra-dev = lib.recursiveUpdate config.services.hydra-dev {
hydraURL = "https://hydra-ca.hq.c3d2.de";