type?
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
userType = types.submodule ({ username, ... }: {
|
||||
options = {
|
||||
username = lib.mkOption {
|
||||
type = with types; str;
|
||||
type = with types; passwdEntry str;
|
||||
default = username;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user