hydra: wip init
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Christoph Hollizeck 2024-12-29 18:43:30 +01:00
parent 1b21323d93
commit daa9b33754

View file

@ -56,7 +56,7 @@ in
users = [ users = [
"root" "root"
config.${namespace}.user.name config.${namespace}.user.name
]; ] ++ optional config.services.hydra.enable "hydra";
in in
{ {
package = cfg.package; package = cfg.package;
@ -83,6 +83,10 @@ in
keep-derivations = true; keep-derivations = true;
}); });
extraOptions = ''
allowed-uris = https://github.com/ https://git.christophhollizeck.dev/
'';
gc = { gc = {
automatic = true; automatic = true;
dates = "daily"; dates = "daily";