hydra: allow web interface to access nix store

This commit is contained in:
Christoph Hollizeck 2025-04-28 21:33:02 +02:00
parent c329243ddc
commit 5579bc9cfc
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 hydra-evaluator hydra-queue-runner"; ] ++ optional config.services.hydra.enable "hydra hydra-www hydra-evaluator hydra-queue-runner";
in in
{ {
package = cfg.package; package = cfg.package;