services: gitea add missing firewall
This commit is contained in:
parent
2718fa7dee
commit
ebf1882672
@ -68,6 +68,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall = {
|
||||||
|
interfaces.ens18 = {
|
||||||
|
allowedTCPPorts = [ 2222 ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user