functionality/*: replace deprecated string type

This commit is contained in:
Infinidoge 2023-09-29 00:10:59 -04:00
parent 8ffe22d7f8
commit bdd91a83cc
2 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ in
{
options.services.ensure = with types; {
enable = mkBoolOpt true;
directories = mkOpt (listOf string) [ ];
directories = mkOpt (listOf str) [ ];
};
config.systemd.services = {