hosts: nixos: porthos: services: disable drone
Some checks failed
ci/woodpecker/push/check Pipeline failed
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:
parent
e4541d4ecc
commit
ca1d439e7a
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue