Allow specifying user mail addresses
This commit is contained in:
parent
b0a08d549f
commit
aadf94c27e
|
@ -8,6 +8,12 @@ let
|
||||||
default = null;
|
default = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mail = lib.mkOption {
|
||||||
|
type = lib.types.nullOr lib.types.mail;
|
||||||
|
description = lib.mdDoc "The mail address of the user.";
|
||||||
|
default = null;
|
||||||
|
};
|
||||||
|
|
||||||
defaultShell = lib.mkOption {
|
defaultShell = lib.mkOption {
|
||||||
type = lib.types.anything;
|
type = lib.types.anything;
|
||||||
description = "The default shell of the user.";
|
description = "The default shell of the user.";
|
||||||
|
|
Loading…
Reference in a new issue