launchd: add missing option description

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2026-02-12 22:04:50 -06:00
parent 54ab8bc155
commit 3017414609

View file

@ -259,6 +259,10 @@ in
AfterInitialDemand = mkOption {
type = types.nullOr types.bool;
default = null;
description = ''
Whether to defer evaluating other `KeepAlive` conditions until
the job has been started at least once by demand.
'';
};
};