Configure public-web-static host for Element Web hosting

Co-authored-by: julian <julian@jsts.xyz>
This commit is contained in:
yuri 2023-10-07 04:29:08 +02:00 committed by Jannes Grzebien
commit 02411bb800
8 changed files with 206 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ ... }:
{
services.nginx.enable = true;
networking.firewall.allowedTCPPorts = [ 8443 31820 ];
networking.firewall.allowedUDPPorts = [ 8443 ];
}