nixos/grafana: mark services.grafana.extraOptions
as removed
This commit is contained in:
parent
252785fd9c
commit
25b5824696
1 changed files with 4 additions and 0 deletions
|
@ -284,6 +284,10 @@ in {
|
|||
(mkRemovedOptionModule [ "services" "grafana" "auth" "google" "clientSecretFile" ] ''
|
||||
This option has been removed. Use 'services.grafana.settings.google.client_secret' with file provider instead.
|
||||
'')
|
||||
(mkRemovedOptionModule [ "services" "grafana" "extraOptions" ] ''
|
||||
This option has been removed. Use 'services.grafana.settings' instead. For a detailed migration guide, please
|
||||
review the release notes of NixOS 22.11.
|
||||
'')
|
||||
|
||||
(mkRemovedOptionModule [ "services" "grafana" "auth" "azuread" "tenantId" ] "This option has been deprecated upstream.")
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue