use newer type

This commit is contained in:
Daylin Morgan 2024-08-05 11:00:25 -05:00
parent 884bc993ec
commit b0bffa1a1f
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -41,7 +41,7 @@ in
options.oizys = {
user = mkOption {
type = lib.types.string;
type = lib.types.str;
default = "daylin";
description = "main user account";
};