Fix ssh for forgejo

This commit is contained in:
Henry Hiles 2025-03-25 18:00:50 -04:00
commit b3cab04f1d
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -3,5 +3,5 @@
enable = true;
email = "henry@henryhiles.com";
};
networking.firewall.allowedTCPPorts = [2200 443];
networking.firewall.allowedTCPPorts = [2222 443];
}