services.zwave-js-ui.settings

NixOS option

Extra environment variables passed to the zwave-js-ui process. Check https://zwave-js.github.io/zwave-js-ui/#/guide/env-vars for possible options

type: open submodule of attribute set of (null or string or absolute path or package)
Example
{
  HOST = "::";
  PORT = "8091";
}
declared in: nixos/modules/services/home-automation/zwave-js-ui.nixView source on NixOS/nixpkgs →