about summary refs log tree commit diff
path: root/hosts/tahoe/services.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-13 15:20:45 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-13 15:20:45 -0700
commitd95497cf3a7728f4a0d43bf4f54eb4a796ba0870 (patch)
tree3df15db490f3da6f83d15e2e732196bb48cb2525 /hosts/tahoe/services.nix
parentnginx: configure correctly the dashboard (diff)
downloadworld-d95497cf3a7728f4a0d43bf4f54eb4a796ba0870.tar.gz
drone: initial attempt at configuring it
Diffstat (limited to '')
-rw-r--r--hosts/tahoe/services.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix
index 6ad8456..a3533da 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -24,6 +24,12 @@ in {
       enable = true;
       stateDir = "/var/lib/gitea";
     };
+    drone = {
+      enable = true;
+      vhostName = "drone.fcuny.xyz";
+      runners = [ "docker" "exec" ];
+      sharedSecretFile = secrets."drone/secrets".path;
+    };
     rclone = { enable = true; };
     nginx = { enable = true; };
     transmission = {