diff --git a/nix/module.nix b/nix/module.nix index 32ecd53..9343561 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -19,7 +19,7 @@ in { package = mkPackageOption pkgs "headplane" {}; settings = mkOption { - type = with types; attrsOf (oneOf [str int]); + type = with types; attrsOf (oneOf [str int bool]); default = {}; };