forgejo: allow 2222

This commit is contained in:
notohh 2023-10-07 19:24:28 -04:00
parent 9bc1bd3acc
commit da53fd1812
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -4,6 +4,7 @@
config,
...
}: {
networking.firewall.allowedTCPPorts = [2222];
services.forgejo = {
enable = true;
stateDir = "/var/lib/forgejo";