services.matterjs-server.extraArgs

NixOS option

Additional command-line arguments passed to matterjs-server. See matterjs-server --help for the full list of options.

type: list of string
Default
[ ]
Example
[
  "--primary-interface=enp11s0"
  "--log-level=debug"
]
declared in: nixos/modules/services/home-automation/matterjs-server.nixView source on NixOS/nixpkgs →