aboutsummaryrefslogtreecommitdiff
path: root/hosts/tahoe
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-29 10:07:05 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-29 10:08:11 -0700
commit43af9a875ae53b50cb04648904826498be28da7f (patch)
treec22e9116be20b84d108ac4c4cc8c0c3ba61c98fe /hosts/tahoe
parentfix(fcuny/monkey): remove unneeded files (diff)
downloadinfra-43af9a875ae53b50cb04648904826498be28da7f.tar.gz
ref(tahoe): remove drone
I will not be using drone anymore, and will likely replace it with buildkite. Change-Id: I45d91c43090aaba119855158e071dae377c1897f Reviewed-on: https://cl.fcuny.net/c/world/+/162 Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to 'hosts/tahoe')
-rw-r--r--hosts/tahoe/services.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix
index e665b15..d07fc5a 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -20,9 +20,7 @@ in {
enable = true;
vhostName = "dash.fcuny.xyz";
};
- cgit = {
- enable = true;
- };
+ cgit = { enable = true; };
gerrit = {
enable = true;
vhostName = "cl.fcuny.net";
@@ -31,12 +29,6 @@ in {
enable = true;
vhostName = "cs.fcuny.xyz";
};
- drone = {
- enable = true;
- vhostName = "drone.fcuny.xyz";
- runners = [ "docker" "exec" ];
- sharedSecretFile = secrets."drone/secrets".path;
- };
rclone = { enable = true; };
nginx = { enable = true; };
transmission = {