fix deprecated type

This commit is contained in:
Gabriel Fontes
2022-01-28 05:14:10 -03:00
parent 9e72bfc94b
commit 2d364eb6c0

View File

@@ -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 {