File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4646 enable = true ;
4747 queueRunnerAddr = "https://queue-runner.staging-hydra.nixos.org" ;
4848 maxJobs = 2 ;
49+ supportedFeatures = [ "fod-checker" ] ;
50+ mandatoryFeatures = [ "fod-checker" ] ;
4951 mtls = {
5052 serverRootCaCertPath = "${ inputs . infra } /non-critical-infra/hosts/staging-hydra/ca.crt" ;
5153 clientCertPath = "${ ./client.crt } " ;
Original file line number Diff line number Diff line change 4848 enable = true ;
4949 queueRunnerAddr = "https://queue-runner.staging-hydra.nixos.org" ;
5050 maxJobs = 2 ;
51+ supportedFeatures = [ "fod-checker" ] ;
52+ mandatoryFeatures = [ "fod-checker" ] ;
5153 mtls = {
5254 serverRootCaCertPath = "${ inputs . infra } /non-critical-infra/hosts/staging-hydra/ca.crt" ;
5355 clientCertPath = "${ ./client.crt } " ;
You can’t perform that action at this time.
0 commit comments