Add gmessages bridge

This commit is contained in:
Henry Hiles 2025-07-15 20:15:08 -04:00
commit e2f8f3a692
No known key found for this signature in database
4 changed files with 38 additions and 1 deletions

View file

@ -40,13 +40,19 @@ in {
// {
inherit settings;
format = "mautrix-go";
port = 8000;
package = value.package.override {withGoolm = true;};
}) {
whatsapp = {
port = 29318;
host = "127.0.0.4";
serviceConfig.EnvironmentFile = config.age.secrets."whatsapp.age".path;
package = pkgs.mautrix-whatsapp;
};
gmessages = {
host = "127.0.0.5";
serviceConfig.EnvironmentFile = config.age.secrets."gmessages.age".path;
package = inputs.nixpkgs-goolm.legacyPackages.${pkgs.system}.mautrix-gmessages;
};
};
matrix-ooye = {