diff --git a/variables-module.nix b/variables-module.nix index 4e31e76..43bc7fd 100644 --- a/variables-module.nix +++ b/variables-module.nix @@ -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;