mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 09:36:14 +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;
|
# port = 9000;
|
||||||
bind_addresses = [ "127.0.0.1" ];
|
# bind_addresses = [ "127.0.0.1" ];
|
||||||
type = "manhole";
|
# type = "manhole";
|
||||||
}
|
# }
|
||||||
];
|
];
|
||||||
|
|
||||||
worker_log_config = logConfig pkgs;
|
worker_log_config = logConfig pkgs;
|
||||||
|
|
|
@ -50,11 +50,11 @@ makeSystem {
|
||||||
compress = false;
|
compress = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
# {
|
||||||
port = 9000;
|
# port = 9000;
|
||||||
bind_addresses = [ "127.0.0.1" ];
|
# bind_addresses = [ "127.0.0.1" ];
|
||||||
type = "manhole";
|
# type = "manhole";
|
||||||
}
|
# }
|
||||||
];
|
];
|
||||||
|
|
||||||
public_baseurl = "https://matrix.redalder.org/";
|
public_baseurl = "https://matrix.redalder.org/";
|
||||||
|
|
Loading…
Reference in a new issue