krebs.types.user += mail
This commit is contained in:
parent
a489c7be84
commit
939f1b20c2
|
@ -83,6 +83,9 @@ types // rec {
|
|||
|
||||
user = submodule {
|
||||
options = {
|
||||
mail = mkOption {
|
||||
type = str; # TODO retiolum mail address
|
||||
};
|
||||
name = mkOption {
|
||||
type = str; # TODO
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue