Commit 849492e6 authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

nixos/deconz: mention RaspBee hardware

parent aeaf887d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;