updates to 22.11
This commit is contained in:
parent
c2dfab4163
commit
4693b974be
10
grafana.nix
10
grafana.nix
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue