This commit is contained in:
parent
9616fb1df0
commit
4c07dcacc1
|
@ -1547,7 +1547,8 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
||||||
smtp = {
|
smtp = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
from_address = "grafana@lyte.dev";
|
from_address = "grafana@lyte.dev";
|
||||||
host = "smtp.mailgun.org";
|
user = "grafana@lyte.dev";
|
||||||
|
host = "smtp.mailgun.org:587";
|
||||||
password = ''$__file{${config.sops.secrets.grafana-smtp-password.path}}'';
|
password = ''$__file{${config.sops.secrets.grafana-smtp-password.path}}'';
|
||||||
};
|
};
|
||||||
security = {
|
security = {
|
||||||
|
|
Loading…
Reference in a new issue