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