Fix port
This commit is contained in:
parent
031af4ee92
commit
a5826adfc9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ in {
|
|||
imports = [inputs.nix-matrix-appservices.nixosModule];
|
||||
|
||||
services.matrix-appservices.services.whatsapp = {
|
||||
port = 8081;
|
||||
port = 29318;
|
||||
format = "mautrix-go";
|
||||
serviceConfig.EnvironmentFile = config.age.secrets."whatsapp.age".path;
|
||||
package = pkgs.mautrix-whatsapp.override {withGoolm = true;};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue