mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
nixos/zigbee2mqtt: remove renamed-option warning
This was planned for 21.11, so let's follow through.
This commit is contained in:
parent
de69ff528b
commit
749a6fe1ad
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user