macs: add hydra-queue-builder as trusted-users to nix
Martin Weinelt committed
Jun 17, 2026 at 01:14 UTC
a5b5244044e9d84892d6a384b404e479f971aae6
1 file changed
+2
macs/common/hydra-queue-builder.nix
+2
@@ -25,4 +25,6 @@
25
# substitution and upload results to s3 directly.
26
useSubstitutes = true;
27
};
28
+
29
+ nix.settings.trusted-users = [ "hydra-queue-builder" ];
30
}