diff --git a/modules/supervisord.nix b/modules/supervisord.nix index e8bda9c..98f33c4 100644 --- a/modules/supervisord.nix +++ b/modules/supervisord.nix @@ -69,7 +69,7 @@ let description = lib.mdDoc '' Extra structured configurations to add to the [program:x] section. ''; - type = types.attrsOf types.str; + type = types.attrsOf (types.either types.str types.bool); default = {}; }; };