fix: continuwuity port forwarding

This commit is contained in:
Katharina Heidenreich 2026-03-16 18:47:04 +01:00
parent 8919152f67
commit ff30395864
2 changed files with 22 additions and 2 deletions

View file

@ -66,6 +66,19 @@ rec {
port = 6167;
ssl = true;
allowExternConnections = true;
listen = [
{
port = 80;
}
{
port = 443;
ssl = true;
}
{
port = 8448;
ssl = true;
}];
endpoints = ["/_matrix"];
};
domainOverride = "nudelerde.de";
};