nixos/zigbee2mqtt: remove renamed-option warning

This was planned for 21.11, so let's follow through.
This commit is contained in:
Wolfgang Walther 2024-11-17 12:04:20 +01:00
parent de69ff528b
commit 749a6fe1ad
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -10,8 +10,7 @@ in
meta.maintainers = with lib.maintainers; [ sweber hexa ];
imports = [
# Remove warning before the 21.11 release
(lib.mkRenamedOptionModule [ "services" "zigbee2mqtt" "config" ] [ "services" "zigbee2mqtt" "settings" ])
(lib.mkRemovedOptionModule [ "services" "zigbee2mqtt" "config" ] "The option services.zigbee2mqtt.config was renamed to services.zigbee2mqtt.settings.")
];
options.services.zigbee2mqtt = {