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

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

View file

@ -28,12 +28,6 @@ in
enable = true; enable = true;
libraryPath = "/data/media/library"; 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 # Auto-ban spammy bots and incorrect logins
fail2ban = { fail2ban = {
enable = true; enable = true;