added ssh to forgejo

This commit is contained in:
randogoth 2026-07-23 12:42:12 +02:00
parent 71f9f585de
commit 8135490639
2 changed files with 25 additions and 2 deletions

View file

@ -1,5 +1,13 @@
{ ... }:
{
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [ 22 80 443 4430 4431 8443 ];
networking.firewall.allowedTCPPorts = [
22
80
443
2222
4430
4431
8443
];
}