feat: add hydra to trusted users

This commit is contained in:
Noa Aarts 2024-10-21 17:50:28 +02:00
parent b4171f825b
commit dc292fea5d
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -98,7 +98,9 @@
};
nix = {
settings.trusted-substituters = [ "ssh://nix-ssh@192.168.42.5" ];
settings = {
trusted-users = [ "hydra-queue-runner" ];
};
buildMachines = [ ];
distributedBuilds = false;
settings.builders-use-substitutes = true;