Unblock TCP ports

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-14 20:51:43 +01:00
parent f4c07fb59c
commit c668d6fbd3
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -24,4 +24,6 @@
resolver.addresses = [ "127.0.0.1" "[::1]" ];
sslProtocols = "TLSv1.3";
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedUDPPorts = [ 443 ];
}