hydra: user hydra-www needs nix-daemon access too

This commit is contained in:
Pierre Bourdon 2024-07-10 17:36:39 +02:00
parent f74d1ca0f6
commit 411d514ab9
Signed by: delroth
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -62,7 +62,7 @@ in {
# XXX: Otherwise services.hydra-dev overwrites it to only hydra-queue-runner...
#
# Can be removed once this is added to some common config template.
nix.settings.trusted-users = [ "root" "hydra" "@wheel" ];
nix.settings.trusted-users = [ "root" "hydra" "hydra-www" "@wheel" ];
services.hydra-dev = {
enable = true;