services: gitea add missing firewall

This commit is contained in:
Kabbone 2023-01-05 07:59:09 +01:00
parent 2718fa7dee
commit ebf1882672
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

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