From b0bffa1a1f35725d2ba9566d128a830ee5024667 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 5 Aug 2024 11:00:25 -0500 Subject: [PATCH] use newer type --- modules/oizys.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/oizys.nix b/modules/oizys.nix index b3ce59c..46f1516 100644 --- a/modules/oizys.nix +++ b/modules/oizys.nix @@ -41,7 +41,7 @@ in options.oizys = { user = mkOption { - type = lib.types.string; + type = lib.types.str; default = "daylin"; description = "main user account"; };