diff options
| -rw-r--r-- | modules/launchd/launchd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launchd/launchd.nix b/modules/launchd/launchd.nix index 30162e8..d8ae175 100644 --- a/modules/launchd/launchd.nix +++ b/modules/launchd/launchd.nix @@ -60,7 +60,7 @@ with lib; type = types.nullOr (types.submodule { options = { Wait = mkOption { - type = types.nullOr types.str; + type = types.nullOr (types.either types.bool types.str); default = null; description = '' This flag corresponds to the "wait" or "nowait" option of inetd. If true, then the listening |
