Fix a deprecated types.string -> types.str
This commit is contained in:
parent
998083f2ad
commit
f13759e21f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue