fix(tanzanite): disable grafana analytics

This commit is contained in:
stitchy 2025-08-02 23:38:05 -07:00
parent 0c2340692a
commit 2bcac06381
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys

View file

@ -95,6 +95,12 @@ in {
services = {
grafana = {
enable = true;
settings = {
analytics = {
feedback_links_enabled = false;
reporting_enabled = false;
};
};
};
prometheus = {
enable = true;