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