This commit is contained in:
parent
9616fb1df0
commit
4c07dcacc1
1 changed files with 2 additions and 1 deletions
|
@ -1547,7 +1547,8 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
|||
smtp = {
|
||||
enabled = true;
|
||||
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}}'';
|
||||
};
|
||||
security = {
|
||||
|
|
Loading…
Reference in a new issue