diff options
author | makefu <github@syntax-fehler.de> | 2016-11-27 15:25:53 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-11-27 15:25:53 +0100 |
commit | ad1a717803a2ddad3e8a77d6eb1aa6c80a5667d1 (patch) | |
tree | f30ffa98b2cc61b80b55ef211789e473e4b39032 /shared/1systems/wolf.nix | |
parent | ba9822b3a4b74f7415caf7de38aab5dc03db67bd (diff) |
s 1 wolf: use auth.anonymous.enable instead of extraOptions
Diffstat (limited to 'shared/1systems/wolf.nix')
-rw-r--r-- | shared/1systems/wolf.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix index 8b09765..ce3c63f 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>; }; |