We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccc432 commit 156dba5Copy full SHA for 156dba5
modules/supervisord.nix
@@ -55,7 +55,7 @@ let
55
with an exit code not listed in the programs's `exitcodes`
56
configuration.
57
'';
58
- type = types.either types.bool (types.enum [ "false" "true" "unexpected" ]);
+ type = types.either types.bool (types.enum [ "unexpected" ]);
59
default = "unexpected";
60
};
61
environment = lib.mkOption {
0 commit comments