summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2024-07-30 23:22:50 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-08-01 14:49:16 +0000
commitd536934d3b7bac6cba01cf254f77a1b844763cd8 (patch)
tree8b94fc082a3cf9f1e0e583cf3058e13b1719c695
parentnixos/deconz: update URL to hardware products (diff)
downloadnixpkgs-origin/backport-331162-to-release-24.05.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.nix2
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;