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;