hydra: allow web interface to access nix store

This commit is contained in:
Christoph Hollizeck 2025-04-28 21:33:02 +02:00
parent 9896f4ffaa
commit ecd5354637
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 249300664F2AF2C7

View file

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