diff options
| author | Bjørn Forsman <bjorn.forsman@gmail.com> | 2024-07-30 23:22:50 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-08-01 14:49:16 +0000 |
| commit | d536934d3b7bac6cba01cf254f77a1b844763cd8 (patch) | |
| tree | 8b94fc082a3cf9f1e0e583cf3058e13b1719c695 | |
| parent | nixos/deconz: update URL to hardware products (diff) | |
| download | nixpkgs-d536934d3b7bac6cba01cf254f77a1b844763cd8.tar.gz | |
nixos/deconz: mention RaspBee hardwareorigin/backport-331162-to-release-24.05
(cherry picked from commit 849492e6e2fae04a8add2e2fe692503f96ad1587)
| -rw-r--r-- | nixos/modules/services/networking/deconz.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/deconz.nix b/nixos/modules/services/networking/deconz.nix index 6dca499ee099..d8908470bb23 100644 --- a/nixos/modules/services/networking/deconz.nix +++ b/nixos/modules/services/networking/deconz.nix @@ -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; |
