diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-10-29 13:00:02 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-10-29 13:00:02 -0700 |
| commit | f5087903ec765a3aef30b9cf9aa5a4d3d2298402 (patch) | |
| tree | b4d66034557ed2024a0cdd65bdf7241a249f433e /hosts | |
| parent | flake.lock: Update (diff) | |
| download | infra-f5087903ec765a3aef30b9cf9aa5a4d3d2298402.tar.gz | |
ref(hosts/tahoe): disable cgit/gerrit/buildkite/sourcegraph
Since I'm moving everything back to GitHub I don't need to run these
services anymore.
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/tahoe/services.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix index 90f682e..550f461 100644 --- a/hosts/tahoe/services.nix +++ b/hosts/tahoe/services.nix @@ -21,16 +21,6 @@ in enable = true; vhostName = "dash.fcuny.xyz"; }; - cgit = { enable = true; }; - gerrit = { - enable = true; - vhostName = "cl.fcuny.net"; - }; - buildkite = { enable = true; }; - sourcegraph = { - enable = true; - vhostName = "cs.fcuny.xyz"; - }; rclone = { enable = true; }; nginx = { enable = true; }; transmission = { |
