summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-11-27 15:25:53 +0100
committermakefu <github@syntax-fehler.de>2016-11-27 15:25:53 +0100
commit78b4901cdf6bb6bce8c2a7890376734cbbd9291b (patch)
treed632610a245f5d1ac56df11261d1bb126c824fba /shared
parent2671025d5613f462c2dfa3fe79332fa50cbbcd11 (diff)
s 1 wolf: use auth.anonymous.enable instead of extraOptions
Diffstat (limited to 'shared')
-rw-r--r--shared/1systems/wolf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix
index 8b097653..ce3c63f2 100644
--- a/shared/1systems/wolf.nix
+++ b/shared/1systems/wolf.nix
@@ -25,10 +25,10 @@ in
services.grafana = {
enable = true;
addr = "0.0.0.0";
- extraOptions = { "AUTH_ANONYMOUS_ENABLED" = "true"; };
users.allowSignUp = true;
users.allowOrgCreate = true;
users.autoAssignOrg = true;
+ auth.anonymous.enable = true;
security = import <secrets/grafana_security.nix>;
};