launchd: fix type of inetdCompatibility
This commit is contained in:
parent
7aadb77aaa
commit
403e432746
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue