updates to 22.11

This commit is contained in:
Daniel Frank 2023-03-01 19:09:16 +01:00
parent c2dfab4163
commit 4693b974be
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -9,13 +9,11 @@
auth.anonymous.enable = true; auth.anonymous.enable = true;
security = { security = {
adminUser = "tokudan"; adminUser = "tokudan";
adminPasswordFile = "/var/lib/grafana/admin.pw";
secretKeyFile = "/var/lib/grafana/security.key";
}; };
extraOptions = { settings = {
"ANALYTICS_CHECK_FOR_UPDATES" = "false"; analytics.check_for_updates = false;
"AUTH_ANONYMOUS_HIDE_VERSION" = "true"; auth.anonymous_hide_version = true;
"AUTH_SIGNOUT_REDIRECT_URL" = "/"; auth.signout_redirect_url = "/";
}; };
}; };
systemd.services.grafana.serviceConfig = { systemd.services.grafana.serviceConfig = {