diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-08-23T15·24+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2024-08-23T23·41+0000 |
commit | bfab474d0ce07968673fd516cab1469e02050038 (patch) | |
tree | 17f59e684693af2af6042d91f719020e4db5ccb8 /ops/machines/whitby | |
parent | 8b624f93bf05d061dba2cd9e7793d9ebf183a4a1 (diff) |
fix(ops/modules): re-add cheddar highlighting server r/8573
This was deleted when removing the Sourcegraph module, but it turns out it is also needed by panettone. Change-Id: I8f14165bf783743247894c2b64882fbb032ffbf8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12295 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'ops/machines/whitby')
-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 c122ece58480..3181ccde451c 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -11,6 +11,7 @@ in imports = [ (mod "atward.nix") (mod "cgit.nix") + (mod "cheddar.nix") (mod "clbot.nix") (mod "gerrit-autosubmit.nix") (mod "irccat.nix") @@ -305,6 +306,9 @@ in agentCount = 32; }; + # Run Markdown/code renderer + services.depot.cheddar.enable = true; + # Start a local SMTP relay to Gmail (used by gerrit) services.depot.smtprelay = { enable = true; |