From 2a58de8648a6f6dfb68e5c13d9056de9e541458f Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 18 Aug 2025 23:04:16 -0500 Subject: [PATCH] type? --- system-config/users/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-config/users/default.nix b/system-config/users/default.nix index 57db236..1d9676a 100644 --- a/system-config/users/default.nix +++ b/system-config/users/default.nix @@ -6,7 +6,7 @@ userType = types.submodule ({ username, ... }: { options = { username = lib.mkOption { - type = with types; str; + type = with types; passwdEntry str; default = username; };