[roon-server] Use non-deprecated string type

This commit is contained in:
Alex Guzman 2019-08-09 13:02:46 -07:00
parent 9f9b458ce3
commit d830ae9af3

View file

@ -20,14 +20,14 @@ in {
'';
};
user = mkOption {
type = types.string;
type = types.str;
default = "roon-server";
description = ''
User to run the Roon Server as.
'';
};
group = mkOption {
type = types.string;
type = types.str;
default = "roon-server";
description = ''
Group to run the Roon Server as.