diff --git a/ops/nixos/monorepo-gerrit.nix b/ops/nixos/monorepo-gerrit.nix
index 61d8b71a5..eaea386ec 100644
--- a/ops/nixos/monorepo-gerrit.nix
+++ b/ops/nixos/monorepo-gerrit.nix
@@ -74,6 +74,12 @@ in {
html = "b/$1";
};
+ # Auto-link other CLs
+ commentlink.gerrit = {
+ match = "cl/(\\\\d+)";
+ html = "cl/$1";
+ };
+
# Configures integration with CAS, which then integrates with a variety
# of backends.
auth.type = "OAUTH";