diff --git a/voyager/voyager.nix b/voyager/voyager.nix index cc0b6a3c63..b61d90f096 100644 --- a/voyager/voyager.nix +++ b/voyager/voyager.nix @@ -83,8 +83,8 @@ type = types.listOf (types.submodule { options = { enabled = mkOption { - type = types.nullOr types.bool; - default = null; + type = types.bool; + default = true; }; path = mkOption { type = types.path; }; config = mkOption { type = types.attrs; };