fix nix readme to work with ipv6 See merge request famedly/conduit!475
@ -118,10 +118,19 @@ in
ssl = true;
}
{
addr = "[::]";
port = 443;
} {
addr = "0.0.0.0";
port = 8448;
];
locations."/_matrix/" = {