diff --git a/variables.nix b/variables.nix index 95798b8..9d61168 100644 --- a/variables.nix +++ b/variables.nix @@ -29,5 +29,11 @@ in readOnly = true; description = "My primary email"; }; + senderEmail = mkOption { + default = "notifications@liv.town"; + type = types.str; + readOnly = true; + description = "Emailaddress used to send mails from the system"; + }; }; }