Allow forgejo ssh through firewall
This commit is contained in:
parent
e99f6e0fdb
commit
04e0af85a9
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@
|
|||
in
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
3000
|
||||
3000 # Forgejo
|
||||
2222 # Forgejo built-in ssh server
|
||||
];
|
||||
|
||||
# Create the database
|
||||
|
|
Loading…
Add table
Reference in a new issue