1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

catullus: fix coolvillage matterbridge

This commit is contained in:
Kierán Meinhardt
2019-08-08 21:37:35 +02:00
parent d7a80e3c80
commit 79aa9c7cec

View File

@@ -82,7 +82,7 @@ in {
enable = true; enable = true;
configPath = configPath =
let coolVillageToken = lib.strings.removeSuffix "\n" (builtins.readFile <secrets/telegram/cool_village.token>); let coolVillageToken = lib.strings.removeSuffix "\n" (builtins.readFile <secrets/telegram/cool_village.token>);
in '' in toString (pkgs.writeText "matterbridge.toml" ''
[general] [general]
RemoteNickFormat = "[{NOPINGNICK}] " RemoteNickFormat = "[{NOPINGNICK}] "
@@ -106,7 +106,7 @@ in {
[[gateway.inout]] [[gateway.inout]]
account = "telegram.cool_village" account = "telegram.cool_village"
channel = "-1001316977990" channel = "-1001316977990"
''; '');
}; };
}; };
}; };