forked from DGNum/infrastructure
10 lines
190 B
Nix
10 lines
190 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
services.matterbridge = {
|
|
enable = true;
|
|
configPath = config.age.secrets."matterbridge-config_file".path;
|
|
};
|
|
|
|
age-secrets.autoMatch = [ "matterbridge" ];
|
|
}
|