krebs.types.user += mail

This commit is contained in:
tv 2015-07-25 01:05:14 +02:00
parent a489c7be84
commit 939f1b20c2

View File

@ -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
}; };