launchd: fix type of inetdCompatibility

This commit is contained in:
Daiderd Jordan 2018-01-01 23:03:11 +01:00
parent 7aadb77aaa
commit 403e432746
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -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