nixos/deconz: mention RaspBee hardware

This commit is contained in:
Bjørn Forsman 2024-07-30 23:22:50 +02:00
parent aeaf887dcb
commit 849492e6e2

View File

@ -14,7 +14,7 @@ in
{
options.services.deconz = {
enable = lib.mkEnableOption "deCONZ, a Zigbee gateway for use with ConBee hardware (https://phoscon.de/)";
enable = lib.mkEnableOption "deCONZ, a Zigbee gateway for use with ConBee/RaspBee hardware (https://phoscon.de/)";
package = lib.mkOption {
type = lib.types.package;