Fix bridge homeserver URL to use IPv4 (127.0.0.1) instead of localhost
This commit is contained in:
parent
776a5a71eb
commit
8d51f6f16e
|
|
@ -202,7 +202,7 @@ in
|
|||
package = pkgs-unstable.mautrix-slack or (pkgs-unstable.callPackage ../pkgs/mautrix-slack {});
|
||||
|
||||
matrix = {
|
||||
homeserverUrl = "http://localhost:${toString cfg.matrix.port}";
|
||||
homeserverUrl = "http://127.0.0.1:${toString cfg.matrix.port}";
|
||||
serverName = cfg.matrix.serverName;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue