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