hydra: wip init

This commit is contained in:
Christoph Hollizeck 2024-12-29 18:43:30 +01:00
parent 852bdd9850
commit 86cdf11d2f
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

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";