hydra: wip init
This commit is contained in:
parent
852bdd9850
commit
86cdf11d2f
1 changed files with 5 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue