2023-12-08 14:53:13 +01:00
|
|
|
{ config, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
services.matterbridge = {
|
|
|
|
enable = true;
|
|
|
|
configPath = config.age.secrets."matterbridge-config_file".path;
|
|
|
|
};
|
|
|
|
|
2024-02-19 14:47:27 +01:00
|
|
|
age-secrets.autoMatch = [ "matterbridge" ];
|
2023-12-08 14:53:13 +01:00
|
|
|
}
|