about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ops/nixos/camden/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/nixos/camden/default.nix b/ops/nixos/camden/default.nix
index c14a5c8f75..b0023be8fa 100644
--- a/ops/nixos/camden/default.nix
+++ b/ops/nixos/camden/default.nix
@@ -253,7 +253,7 @@ in lib.fix(self: {
     enable = true;
     title = "tazjin's depot";
     repos.depot = {
-      url = "file:///var/git/depot";
+      url = "file:///var/lib/gerrit/git/depot.git";
       vcs = "git";
       url-pattern = {
         base-url = "https://git.tazj.in/tree/{path}{anchor}";