updating opts

This commit is contained in:
Abel Luck 2026-02-27 15:11:48 +01:00
parent 20338484cc
commit 48ff711f39
2 changed files with 17 additions and 17 deletions

View file

@ -33,7 +33,7 @@ in
reserveTimeoutSeconds = lib.mkOption {
type = lib.types.int;
default = 1200;
default = 600;
description = "Seconds CapacityGateStep waits for a ready reservation.";
};
@ -133,9 +133,7 @@ in
}
];
services.buildbot-master.pythonPackages =
ps:
[
services.buildbot-master.pythonPackages = ps: [
(
if cfg.extensionPackage != null then
ps.toPythonModule cfg.extensionPackage

View file

@ -228,6 +228,8 @@ in
}
];
environment.systemPackages = [ cfg.package ];
services.haproxy = lib.mkIf cfg.haproxy.generateConfig {
enable = true;
config = ''