forgejo: ssh port

This commit is contained in:
Zynh Ludwig 2024-12-27 22:25:43 -08:00
parent 25a09172d7
commit e75a383b5e

View file

@ -20,5 +20,10 @@ in
proxyPass = "http://localhost:3032"; proxyPass = "http://localhost:3032";
}; };
}; };
networking.firewall.allowedTCPPorts = [
2221 # SSH port
];
}; };
} }