s 1 wolf: use auth.anonymous.enable instead of extraOptions
This commit is contained in:
parent
2671025d56
commit
78b4901cdf
@ -25,10 +25,10 @@ in
|
|||||||
services.grafana = {
|
services.grafana = {
|
||||||
enable = true;
|
enable = true;
|
||||||
addr = "0.0.0.0";
|
addr = "0.0.0.0";
|
||||||
extraOptions = { "AUTH_ANONYMOUS_ENABLED" = "true"; };
|
|
||||||
users.allowSignUp = true;
|
users.allowSignUp = true;
|
||||||
users.allowOrgCreate = true;
|
users.allowOrgCreate = true;
|
||||||
users.autoAssignOrg = true;
|
users.autoAssignOrg = true;
|
||||||
|
auth.anonymous.enable = true;
|
||||||
security = import <secrets/grafana_security.nix>;
|
security = import <secrets/grafana_security.nix>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user