Get conduit properly setup
This commit is contained in:
parent
1baa1ce671
commit
95feab33ad
2 changed files with 6 additions and 1 deletions
|
@ -44,6 +44,10 @@
|
|||
enable = true;
|
||||
recommendedProxySettings = 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];
|
||||
}
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
server_name = "stranger.systems";
|
||||
allow_registration = false;
|
||||
port = 6167;
|
||||
address = "0.0.0.0";
|
||||
};
|
||||
};
|
||||
# Open the port
|
||||
|
|
Loading…
Add table
Reference in a new issue