about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ops/nixos/modules/monorepo-gerrit.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/nixos/modules/monorepo-gerrit.nix b/ops/nixos/modules/monorepo-gerrit.nix
index 5e71a60c5c..58fbb8d206 100644
--- a/ops/nixos/modules/monorepo-gerrit.nix
+++ b/ops/nixos/modules/monorepo-gerrit.nix
@@ -17,6 +17,11 @@ in {
       "hooks"
     ];
 
+    plugins = with config.depot.third_party.gerrit_plugins; [
+      owners
+      owners-autoassign
+    ];
+
     settings = {
       core.packedGitLimit = "100m";
       log.jsonLogging = true;