hydra: allow web interface to access nix store
This commit is contained in:
parent
c329243ddc
commit
5579bc9cfc
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ in
|
|||
users = [
|
||||
"root"
|
||||
config.${namespace}.user.name
|
||||
] ++ optional config.services.hydra.enable "hydra hydra-evaluator hydra-queue-runner";
|
||||
] ++ optional config.services.hydra.enable "hydra hydra-www hydra-evaluator hydra-queue-runner";
|
||||
in
|
||||
{
|
||||
package = cfg.package;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue