nixos/deconz: update URL to hardware products
There are multiple products/versions, so replace the "version 2" URL with a landing page for all products.
This commit is contained in:
@@ -14,7 +14,7 @@ in
|
||||
{
|
||||
options.services.deconz = {
|
||||
|
||||
enable = lib.mkEnableOption "deCONZ, a Zigbee gateway for use with ConBee hardware (https://phoscon.de/en/conbee2)";
|
||||
enable = lib.mkEnableOption "deCONZ, a Zigbee gateway for use with ConBee hardware (https://phoscon.de/)";
|
||||
|
||||
package = lib.mkOption {
|
||||
type = lib.types.package;
|
||||
|
||||
Reference in New Issue
Block a user