1
Fork 0

Grafana disable start tls

This commit is contained in:
prescientmoon 2024-02-24 08:05:17 +01:00
parent 071ba4cfc5
commit 404d84d56e
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 3 additions and 2 deletions
hosts/nixos/lapetus/services

View file

@ -27,6 +27,7 @@ in
user = "grafana@orbit.moonythm.dev";
from_address = user;
skip_verify = true;
startTLS_policy = "NoStartTLS";
};
# }}}
};