mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
nixos/alertmanager: fix renamed option
This commit is contained in:
parent
23493afbe6
commit
a49606696e
|
@ -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.
|
||||
'')
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue