services: gitea add missing firewall

This commit is contained in:
2023-01-05 07:59:09 +01:00
parent 2718fa7dee
commit ebf1882672

View File

@@ -68,6 +68,12 @@
};
};
networking.firewall = {
interfaces.ens18 = {
allowedTCPPorts = [ 2222 ];
};
};
services.nginx = {
enable = true;
recommendedTlsSettings = true;