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:
@@ -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"
|
||||||
'';
|
'');
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user