From ca1d439e7aeb27f07c71b73f83ce99124a1b09fe Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 20 Aug 2023 14:19:37 +0100 Subject: [PATCH] hosts: nixos: porthos: services: disable drone I have now completely migrated to Woodpecker, so no need for it anymore. --- hosts/nixos/porthos/services.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/nixos/porthos/services.nix b/hosts/nixos/porthos/services.nix index a4bf485..863048c 100644 --- a/hosts/nixos/porthos/services.nix +++ b/hosts/nixos/porthos/services.nix @@ -28,12 +28,6 @@ in enable = true; libraryPath = "/data/media/library"; }; - drone = { - enable = true; - runners = [ "docker" "exec" ]; - secretFile = secrets."drone/gitea".path; - sharedSecretFile = secrets."drone/secret".path; - }; # Auto-ban spammy bots and incorrect logins fail2ban = { enable = true;