mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +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 = {
|
# services.smartd = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
autodetect = true;
|
# autodetect = true;
|
||||||
notifications = {
|
# notifications = {
|
||||||
mail = {
|
# mail = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
# mailer = "/path/to/mailer/binary";
|
# # mailer = "/path/to/mailer/binary"; # Need to get system emails working first
|
||||||
sender = "${config.liv.variables.fromEmail}";
|
# sender = "${config.liv.variables.fromEmail}";
|
||||||
recipient = "${config.liv.variables.toEmail}";
|
# recipient = "${config.liv.variables.toEmail}";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
# services.nginx.virtualHosts."" = {
|
# services.nginx.virtualHosts."" = {
|
||||||
# locations."/" = {
|
# locations."/" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue