4 lines
120 B
Nix
4 lines
120 B
Nix
{ ... }: {
|
|
services.matterbridge.enable = true;
|
|
services.matterbridge.configPath = "/run/keys/matterbridge.toml";
|
|
}
|