From 98b152e9c15b56795419abde6e7b1f30def3d3d7 Mon Sep 17 00:00:00 2001 From: sils Date: Mon, 24 Jul 2023 12:52:57 +0200 Subject: Feat(system): Add initial mautrix-telegram config This won't work and isn't supposed to, in fact this commit is designed to be squashed or rebased. The config in system/services/matrix/bridges/mautrix-telegram/default.nix is mainly copy-pasted from nixos-wiki. --- system/secrets/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'system/secrets/default.nix') diff --git a/system/secrets/default.nix b/system/secrets/default.nix index 5cd401c..39f4a65 100644 --- a/system/secrets/default.nix +++ b/system/secrets/default.nix @@ -13,6 +13,12 @@ owner = "matrix-synapse"; group = "matrix-synapse"; }; + mautrix-telegram_environment_file = { + file = ./mautrix-telegram/passwd.tix; + mode = "700"; + owner = "mautrix-telegram"; + group = "mautrix-telegram"; + }; }; }; } -- cgit 1.4.1