about summary refs log tree commit diff
path: root/ops/nixos/modules/monorepo-gerrit.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/nixos/modules/monorepo-gerrit.nix')
-rw-r--r--ops/nixos/modules/monorepo-gerrit.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/nixos/modules/monorepo-gerrit.nix b/ops/nixos/modules/monorepo-gerrit.nix
index 48e7a28037..b51a6d8b29 100644
--- a/ops/nixos/modules/monorepo-gerrit.nix
+++ b/ops/nixos/modules/monorepo-gerrit.nix
@@ -20,7 +20,7 @@ in {
       # Configure for cgit.
       gitweb = {
         type = "custom";
-        url = "https://git.tazj.in";
+        url = "https://code.tvl.fyi";
         project = "/";
         revision = "/commit/?id=\${commit}";
         branch = "/log/?h=\${branch}";