diff options
author | lassulus <lass@aidsballs.de> | 2016-11-27 15:46:12 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-11-27 15:46:12 +0100 |
commit | 0ae17234e37042af1548b2effe1486c64f404993 (patch) | |
tree | 2074ec31a47a4094708edf29e6d5a9de8716c359 /shared/1systems | |
parent | a5c6edac90da0cbfe3d60ee8c920256f9e0f6738 (diff) | |
parent | 78b4901cdf6bb6bce8c2a7890376734cbbd9291b (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'shared/1systems')
-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 8b0976537..ce3c63f28 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>; }; |