feat: adds senderEmail as a variable

This commit is contained in:
Ahwx 2025-07-27 15:29:29 +02:00
parent 7210e9f9f2
commit 0cbf189fa5

View file

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