nixos/grafana: mark services.grafana.extraOptions as removed

This commit is contained in:
Maximilian Bosch 2022-11-03 11:01:42 +01:00
parent 252785fd9c
commit 25b5824696
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -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.")
];