forgejo: allow 2222
This commit is contained in:
parent
9bc1bd3acc
commit
da53fd1812
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
config,
|
||||
...
|
||||
}: {
|
||||
networking.firewall.allowedTCPPorts = [2222];
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
stateDir = "/var/lib/forgejo";
|
||||
|
|
Loading…
Reference in a new issue