statix fixes

This commit is contained in:
Luj 2024-03-30 20:21:59 +01:00
parent fe5de12f3b
commit 144e62017c
19 changed files with 38 additions and 38 deletions

View file

@ -92,7 +92,7 @@ in
--service gitlab-runner \
--config ${cfg.registrationConfigFile}
'';
} // optionalAttrs (cfg.gracefulTermination) {
} // optionalAttrs cfg.gracefulTermination {
TimeoutStopSec = "${cfg.gracefulTimeout}";
KillSignal = "SIGQUIT";
KillMode = "process";