grafana: Allow anonymous auth

This commit is contained in:
Payas Relekar 2023-06-05 02:53:23 +05:30
parent 6534bb35fb
commit 2faa1f0c7a

View file

@ -131,6 +131,10 @@
grafana = {
enable = true;
settings = {
auth.anonymous = {
enabled = true;
hide_version = true;
};
analytics.reporting_enabled = false;
server = {
domain = "localhost";