about summary refs log tree commit diff
path: root/ops/machines
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-07-11T10·56+0000
committertazjin <tazjin@tvl.su>2022-07-12T08·49+0000
commit4c25c29505aaf977e2a64b92bc023a1557da39d5 (patch)
tree7e84cc9736eeeb86683f3f24c360d2c7b8d472a4 /ops/machines
parentab0cca019bd574b396cf2ccc9ca6a5531bd87856 (diff)
feat(ops/sanduny): run cgit instance r/4293
Change-Id: Id869fa46d74f215a9034e86f795a4cd9e93acb16
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5930
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'ops/machines')
-rw-r--r--ops/machines/sanduny/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/ops/machines/sanduny/default.nix b/ops/machines/sanduny/default.nix
index 23d77e9474..886a3a1be7 100644
--- a/ops/machines/sanduny/default.nix
+++ b/ops/machines/sanduny/default.nix
@@ -14,6 +14,7 @@ let
 in
 {
   imports = [
+    (mod "cgit.nix")
     (mod "depot-replica.nix")
     (mod "journaldriver.nix")
     (mod "known-hosts.nix")
@@ -80,6 +81,12 @@ in
   # Allow Gerrit to replicate depot to /var/lib/depot
   services.depot.replica.enable = true;
 
+  # Run git serving tools locally ...
+  services.depot.cgit = {
+    enable = true;
+    repo = "/var/lib/depot";
+  };
+
   time.timeZone = "UTC";
 
   # GRUB does not actually need to be installed on disk; Bitfolk have