fix(tanzanite): disable grafana analytics
This commit is contained in:
parent
0c2340692a
commit
2bcac06381
1 changed files with 6 additions and 0 deletions
|
@ -95,6 +95,12 @@ in {
|
||||||
services = {
|
services = {
|
||||||
grafana = {
|
grafana = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
analytics = {
|
||||||
|
feedback_links_enabled = false;
|
||||||
|
reporting_enabled = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
prometheus = {
|
prometheus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue