Grafana can send emails
This commit is contained in:
parent
ffd576cf99
commit
fc1e93f731
2 changed files with 12 additions and 1 deletions
|
@ -14,6 +14,13 @@ in {
|
|||
admin_user = "andrea";
|
||||
admin_password = "$__file{${config.age.secrets.grafana-password.path}}";
|
||||
};
|
||||
smtp = {
|
||||
enabled = true;
|
||||
host = "smtp.autistici.org:587";
|
||||
user = "andrea.ciceri@autistici.org";
|
||||
from_address = "andrea.ciceri@autistici.org";
|
||||
password = "$__file{${config.age.secrets.autistici-password.path}}";
|
||||
};
|
||||
};
|
||||
};
|
||||
environment.persistence."/persist".directories = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue