Allow forgejo ssh through firewall

This commit is contained in:
kalle 2025-04-11 16:45:06 +02:00
parent e99f6e0fdb
commit 04e0af85a9

View file

@ -42,7 +42,8 @@
in in
{ {
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
3000 3000 # Forgejo
2222 # Forgejo built-in ssh server
]; ];
# Create the database # Create the database