Loading nixos/modules/services/networking/deconz.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
nixos/modules/services/networking/deconz.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading