Fix a deprecated types.string -> types.str

This commit is contained in:
Tom McLaughlin 2022-09-14 21:26:50 -07:00
parent 998083f2ad
commit f13759e21f

View file

@ -152,7 +152,7 @@ with lib;
};
user = mkOption {
type = types.string;
type = types.str;
description = ''
User under which to run the service. If null, will use a systemd dynamic user.
'';