mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds senderEmail as a variable
This commit is contained in:
parent
7210e9f9f2
commit
0cbf189fa5
1 changed files with 6 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue