From f30cfbf142dd30eb1968580f40cf1a373908566a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 1 Nov 2020 09:23:27 +0100 Subject: [PATCH] chore: simplify zigbee2mqtt config --- systems/toum/hass/zigbee.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/toum/hass/zigbee.nix b/systems/toum/hass/zigbee.nix index 29b8a42..eca684a 100644 --- a/systems/toum/hass/zigbee.nix +++ b/systems/toum/hass/zigbee.nix @@ -24,7 +24,6 @@ in services.zigbee2mqtt = { enable = true; config = zigbee2mqttConfig; - package = pkgs.zigbee2mqtt; };