functionality/*: replace deprecated string type
This commit is contained in:
parent
8ffe22d7f8
commit
bdd91a83cc
2 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ in
|
|||
{
|
||||
options.services.ensure = with types; {
|
||||
enable = mkBoolOpt true;
|
||||
directories = mkOpt (listOf string) [ ];
|
||||
directories = mkOpt (listOf str) [ ];
|
||||
};
|
||||
|
||||
config.systemd.services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue