From 9038f3998dcc66f2ca091100f857a518fe201212 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 5 Nov 2022 13:26:49 -0700 Subject: 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). --- hosts/aptos/home.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/aptos') diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix index 2d60b53..2faaa82 100644 --- a/hosts/aptos/home.nix +++ b/hosts/aptos/home.nix @@ -38,6 +38,7 @@ go.enable = true; python.enable = true; rust.enable = true; + drone-cli.enable = true; # web firefox.enable = true; -- cgit 1.4.1