hydra: add hydra to nix trusted-users

This commit is contained in:
Pierre Bourdon 2024-07-10 02:03:33 +02:00
parent 0e24c18815
commit f214da9228
Signed by: delroth
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -57,7 +57,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" "@wheel" ];
nix.settings.trusted-users = [ "root" "hydra" "@wheel" ];
services.hydra-dev = {
enable = true;