1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

matterbridge: add token etc

This commit is contained in:
Kierán Meinhardt
2019-07-10 17:32:59 +02:00
parent 91c9fe9804
commit f06682e53b
3 changed files with 29 additions and 22 deletions

View File

@@ -86,7 +86,9 @@ in {
{
services.matterbridge = {
enable = true;
configPath = toString <dot/matterbridge.toml>;
configFile = import <dot/matterbridge.nix> {
token = lib.strings.removeSuffix "\n" (builtins.readFile <secrets/telegram/kmein.token>);
};
};
}
{