Merge pull request #205525 from SuperSandro2000/prometheus2

nixos/alertmanager: fix renamed option
This commit is contained in:
Bobby Rong 2022-12-12 18:08:36 +08:00 committed by GitHub
commit 9015c9f389
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ in {
(mkRemovedOptionModule [ "services" "prometheus" "alertmanager" "group" ] "The alertmanager service is now using systemd's DynamicUser mechanism which obviates a group setting.")
(mkRemovedOptionModule [ "services" "prometheus" "alertmanagerURL" ] ''
Due to incompatibility, the alertmanagerURL option has been removed,
please use 'services.prometheus2.alertmanagers' instead.
please use 'services.prometheus.alertmanagers' instead.
'')
];