chore(camden): Disable Hound
Change-Id: Id732f7e2dbc43b2c530a9475499b0dfebff9b273 Reviewed-on: https://cl.tvl.fyi/c/depot/+/424 Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
c3abbb5e2d
commit
ba945dadf8
1 changed files with 0 additions and 21 deletions
|
@ -258,27 +258,6 @@ in lib.fix(self: {
|
|||
applicationCredentials = "/etc/gcp/key.json";
|
||||
};
|
||||
|
||||
# Serve a code search (hound) instance
|
||||
services.depot.hound = {
|
||||
enable = true;
|
||||
title = "tazjin's depot";
|
||||
repos.depot = {
|
||||
url = "file:///var/lib/gerrit/git/depot.git";
|
||||
vcs = "git";
|
||||
url-pattern = {
|
||||
base-url = "https://code.tvl.fyi/tree/{path}{anchor}";
|
||||
anchor = "#n{line}";
|
||||
};
|
||||
};
|
||||
repos.nixpkgs = {
|
||||
url = "file:///var/git/nixpkgs";
|
||||
vcs = "git";
|
||||
url-pattern = {
|
||||
base-url = "https://github.com/NixOS/nixpkgs/blob/${pkgs.nixpkgsCommit}/{path}{anchor}";
|
||||
anchor = "#L{line}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Start a local SMTP relay to Gmail (used by gerrit)
|
||||
services.depot.smtprelay = {
|
||||
|
|
Loading…
Reference in a new issue