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,
|
config,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
networking.firewall.allowedTCPPorts = [2222];
|
||||||
services.forgejo = {
|
services.forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
stateDir = "/var/lib/forgejo";
|
stateDir = "/var/lib/forgejo";
|
||||||
|
|
Loading…
Reference in a new issue