grafana: configure smtp

This commit is contained in:
Motiejus Jakštys 2024-12-04 11:24:30 +02:00
parent cdb1c82ee9
commit 33ae74218a

View File

@ -35,6 +35,10 @@ in
};
settings = {
paths.logs = "/var/log/grafana";
smtp = {
enabled = true;
from_address = "noreply@jakstys.lt";
};
server = {
domain = "grafana.jakstys.lt";
root_url = "https://grafana.jakstys.lt";