diff options
author | Vincent Ambo <mail@tazj.in> | 2021-12-09T13·45+0300 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2021-12-10T07·32+0300 |
commit | 4870b1a2ff8cec7f7e0ce9be1cb25e0ba463e3d3 (patch) | |
tree | c7b18cf04cb71459ed9058f8015626e478e6e8df /ops/machines/whitby/default.nix | |
parent | a9dd719e7cc517c929ccc73e1ebad8c06596da64 (diff) |
feat(ops/modules): Add module for running gerrit-queue r/3172
This is not yet including the secret configuration for gerrit-queue, and just expects the secret (gerrit username & password) to be available in /etc/secrets. Change-Id: Ia465ef7f3f521c70d606d7fdeba9aa83c7e1b98b
Diffstat (limited to 'ops/machines/whitby/default.nix')
-rw-r--r-- | ops/machines/whitby/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index 20abd72be8e2..78945a74174b 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -9,6 +9,7 @@ in { "${depot.path}/ops/modules/atward.nix" "${depot.path}/ops/modules/automatic-gc.nix" "${depot.path}/ops/modules/clbot.nix" + "${depot.path}/ops/modules/gerrit-queue.nix" "${depot.path}/ops/modules/git-serving.nix" "${depot.path}/ops/modules/irccat.nix" "${depot.path}/ops/modules/monorepo-gerrit.nix" @@ -337,6 +338,9 @@ in { "/var/lib/znc" ]; }; + + # Run autosubmit bot for Gerrit + gerrit-queue.enable = true; }; services.postgresql = { |