Get conduit properly setup

This commit is contained in:
Nathan McCarty 2025-03-27 03:16:41 -04:00
parent 1baa1ce671
commit 95feab33ad
2 changed files with 6 additions and 1 deletions

View file

@ -44,6 +44,10 @@
enable = true; enable = true;
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;
recommendedOptimisation = true; recommendedOptimisation = true;
}; };
# Open firewall ports for HTTP, HTTPS, and Matrix federation
networking.firewall.allowedTCPPorts = [80 443 8448];
networking.firewall.allowedUDPPorts = [80 443 8448];
} }

View file

@ -30,6 +30,7 @@
server_name = "stranger.systems"; server_name = "stranger.systems";
allow_registration = false; allow_registration = false;
port = 6167; port = 6167;
address = "0.0.0.0";
}; };
}; };
# Open the port # Open the port