diff --git a/module.nix b/module.nix index b70b4e3..915a3a5 100644 --- a/module.nix +++ b/module.nix @@ -15,11 +15,11 @@ in { ''; }; subsonicUrl = mkOption { - type = types.string; + type = types.str; description = "Subsonic library base API URL"; }; subsonicUser = mkOption { - type = types.string; + type = types.str; description = "Subsonic user login"; }; subsonicPasswordFile = mkOption {