Add email to variables

volumes
Inex Code 2022-08-20 19:01:59 +04:00
parent e737982573
commit 9382d9e5b9
1 changed files with 6 additions and 0 deletions

View File

@ -104,6 +104,12 @@ in
type = types.nullOr types.str;
};
};
email = {
location = mkOption {
default = "sda1";
type = types.nullOr types.str;
};
};
gitea = {
enable = mkOption {
default = false;