This commit is contained in:
2025-08-18 23:04:16 -05:00
parent 3b5bb7bc66
commit 2a58de8648

View File

@@ -6,7 +6,7 @@
userType = types.submodule ({ username, ... }: {
options = {
username = lib.mkOption {
type = with types; str;
type = with types; passwdEntry str;
default = username;
};