block some services from forgejo

This commit is contained in:
Henry Hiles 2025-09-27 20:59:45 -04:00
commit 18eb50a602
No known key found for this signature in database
3 changed files with 16 additions and 4 deletions

View file

@ -46,7 +46,12 @@ in
format = "mautrix-go";
port = 8000;
package = pkgs.mautrix-gmessages.override { withGoolm = true; };
inherit settings;
settings = settings // {
appservice = {
as_token = "$CUSTOM_AS_TOKEN";
hs_token = "$CUSTOM_HS_TOKEN";
};
};
};
mautrix-whatsapp = {