From 78b4901cdf6bb6bce8c2a7890376734cbbd9291b Mon Sep 17 00:00:00 2001 From: makefu Date: Sun, 27 Nov 2016 15:25:53 +0100 Subject: s 1 wolf: use auth.anonymous.enable instead of extraOptions --- shared/1systems/wolf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared') 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 ; }; -- cgit v1.2.3