Set up the Telegram bridge

This commit is contained in:
2022-07-20 22:38:20 +02:00
parent bf6a8a3859
commit 03e31460a5
4 changed files with 18 additions and 0 deletions

View File

@@ -133,6 +133,11 @@ with pkgs;
owner = "63026";
group = "63026";
};
secrets.telegram = {
file = secrets/telegram.age;
owner = "matrix-as-telegram";
group = "matrix-as-telegram";
};
identityPaths = [ "/home/coolneng/.ssh/id_ed25519" ];
};