mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Close up synapse manholes
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
42c6068f6c
commit
8a45acefa6
|
@ -39,11 +39,11 @@ makeSystem {
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
port = 9000;
|
||||
bind_addresses = [ "127.0.0.1" ];
|
||||
type = "manhole";
|
||||
}
|
||||
# {
|
||||
# port = 9000;
|
||||
# bind_addresses = [ "127.0.0.1" ];
|
||||
# type = "manhole";
|
||||
# }
|
||||
];
|
||||
|
||||
worker_log_config = logConfig pkgs;
|
||||
|
|
|
@ -50,11 +50,11 @@ makeSystem {
|
|||
compress = false;
|
||||
};
|
||||
}
|
||||
{
|
||||
port = 9000;
|
||||
bind_addresses = [ "127.0.0.1" ];
|
||||
type = "manhole";
|
||||
}
|
||||
# {
|
||||
# port = 9000;
|
||||
# bind_addresses = [ "127.0.0.1" ];
|
||||
# type = "manhole";
|
||||
# }
|
||||
];
|
||||
|
||||
public_baseurl = "https://matrix.redalder.org/";
|
||||
|
|
Loading…
Reference in a new issue