set timeout for orbi forgjo runner
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 8m17s

This commit is contained in:
Ingolf Wagner 2024-08-02 20:12:59 +02:00
parent fd523e812d
commit cff3407b46
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -38,6 +38,11 @@ in
package = pkgs.forgejo-runner;
instances."git.ingolf-wagner.de" = {
enable = true;
settings = {
runner = {
timeout = "12h";
};
};
hostPackages = [
pkgs.bash
pkgs.coreutils