Jump to content

Matter Server

From Official NixOS Wiki

Matter server

you can enable the matter server with the following configuration

services.matter-server = {
  enable = true;
  # logLevel = "debug";
  extraArgs = [];
};