nixos/mautrix-whatsapp: set default homeserver address

Without one the bridge won't start.
Note: localhost:8448 is the default listening address of matrix-synapse.
This commit is contained in:
rnhmjoj 2023-09-04 00:50:17 +02:00
parent 035f905124
commit 5fc70937a1
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -14,6 +14,7 @@
mkDefaults = lib.mapAttrsRecursive (n: v: lib.mkDefault v);
defaultConfig = {
homeserver.address = "http://localhost:8448";
appservice = {
hostname = "[::]";
port = appservicePort;