hosts: nixos: porthos: services: disable drone
ci/woodpecker/push/check Pipeline failed Details

I have now completely migrated to Woodpecker, so no need for it anymore.
This commit is contained in:
Bruno BELANYI 2023-08-20 14:19:37 +01:00
parent e4541d4ecc
commit ca1d439e7a
1 changed files with 0 additions and 6 deletions

View File

@ -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;