Fix bridges
This commit is contained in:
parent
01a11fd9f4
commit
35610c4917
1 changed files with 7 additions and 7 deletions
|
@ -36,18 +36,18 @@ in {
|
|||
value
|
||||
// {
|
||||
inherit settings;
|
||||
package = value.package.override {withGoolm = true;};
|
||||
format = "mautrix-go";
|
||||
}) {
|
||||
whatsapp = {
|
||||
port = 29318;
|
||||
serviceConfig.EnvironmentFile = config.age.secrets."whatsapp.age".path;
|
||||
package = pkgs.mautrix-whatsapp;
|
||||
package = pkgs.mautrix-whatsapp.override {withGoolm = true;};
|
||||
};
|
||||
|
||||
discord = {
|
||||
port = 29319;
|
||||
serviceConfig.EnvironmentFile = config.age.secrets."discord.age".path;
|
||||
package = pkgs.mautrix-discord;
|
||||
};
|
||||
# discord = {
|
||||
# port = 29319;
|
||||
# serviceConfig.EnvironmentFile = config.age.secrets."discord.age".path;
|
||||
# package = pkgs.mautrix-discord;
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue