diff --git a/nixos-modules/hydra.nix b/nixos-modules/hydra.nix index 7a0486c1..99694286 100644 --- a/nixos-modules/hydra.nix +++ b/nixos-modules/hydra.nix @@ -229,7 +229,7 @@ in }; nix.settings = { - trusted-users = [ "hydra-queue-runner" ]; + extra-trusted-users = [ "hydra" "hydra-queue-runner" "hydra-www" ]; gc-keep-outputs = true; gc-keep-derivations = true; };