nixos/deconz: mention RaspBee hardware

(cherry picked from commit 849492e6e2)
This commit is contained in:
Bjørn Forsman 2024-07-30 23:22:50 +02:00
parent c35006b99c
commit fea54e56e7

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;