parent
1b21323d93
commit
daa9b33754
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue