aboutsummaryrefslogtreecommitdiff
path: root/hosts/tahoe/services.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-05 13:26:49 -0700
committerFranck Cuny <franck@fcuny.net>2022-11-06 19:27:33 -0800
commit9038f3998dcc66f2ca091100f857a518fe201212 (patch)
tree6e0ff5e7b3ee7367d1fedbf57a407040b8b8ec49 /hosts/tahoe/services.nix
parentRevert "ref(drone): remove all modules and configurations" (diff)
downloadinfra-9038f3998dcc66f2ca091100f857a518fe201212.tar.gz
fix(services/drone): enable drone
The URL for drone changed to https://ci.fcuny.net. The secrets also changed (and we remove the unencrypted file with secrets).
Diffstat (limited to 'hosts/tahoe/services.nix')
-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 f7edfa4..e5f53ab 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -20,6 +20,12 @@ in
enable = true;
stateDir = "/var/lib/gitea";
};
+ drone = {
+ enable = true;
+ vhostName = "ci.fcuny.net";
+ runners = [ "docker" "exec" ];
+ sharedSecretFile = secrets."drone/secrets".path;
+ };
prometheus = { enable = true; };
grafana = {
enable = true;