mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/grafana: add Admin to valid auto_assign_org_role values
This commit is contained in:
parent
c94cdd0978
commit
ef90ce7093
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ in {
|
|||
auto_assign_org_role = mkOption {
|
||||
description = lib.mdDoc "Default role new users will be auto assigned.";
|
||||
default = "Viewer";
|
||||
type = types.enum ["Viewer" "Editor"];
|
||||
type = types.enum ["Viewer" "Editor" "Admin"];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue