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 = {
|
||||
grafana = {
|
||||
enable = true;
|
||||
settings = {
|
||||
analytics = {
|
||||
feedback_links_enabled = false;
|
||||
reporting_enabled = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
prometheus = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue