Tor requires ORPort to be set when BridgeRelay=1. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 lines
120 B
Nix
5 lines
120 B
Nix
{ ... }:
|
|
{
|
|
networking.firewall.enable = true;
|
|
networking.firewall.allowedTCPPorts = [ 22 80 443 4430 4431 8443 ];
|
|
}
|