mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 13:35:13 +00:00
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:
parent
035f905124
commit
5fc70937a1
@ -14,6 +14,7 @@
|
||||
|
||||
mkDefaults = lib.mapAttrsRecursive (n: v: lib.mkDefault v);
|
||||
defaultConfig = {
|
||||
homeserver.address = "http://localhost:8448";
|
||||
appservice = {
|
||||
hostname = "[::]";
|
||||
port = appservicePort;
|
||||
|
Loading…
Reference in New Issue
Block a user