mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
revert: no mail stuff for now yet
This commit is contained in:
parent
fd6dc66008
commit
09e6a3a302
1 changed files with 12 additions and 12 deletions
|
|
@ -10,18 +10,18 @@
|
|||
];
|
||||
};
|
||||
|
||||
services.smartd = {
|
||||
enable = true;
|
||||
autodetect = true;
|
||||
notifications = {
|
||||
mail = {
|
||||
enable = true;
|
||||
# mailer = "/path/to/mailer/binary";
|
||||
sender = "${config.liv.variables.fromEmail}";
|
||||
recipient = "${config.liv.variables.toEmail}";
|
||||
};
|
||||
};
|
||||
};
|
||||
# services.smartd = {
|
||||
# enable = true;
|
||||
# autodetect = true;
|
||||
# notifications = {
|
||||
# mail = {
|
||||
# enable = true;
|
||||
# # mailer = "/path/to/mailer/binary"; # Need to get system emails working first
|
||||
# sender = "${config.liv.variables.fromEmail}";
|
||||
# recipient = "${config.liv.variables.toEmail}";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
||||
# services.nginx.virtualHosts."" = {
|
||||
# locations."/" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue