This commit is contained in:
Henry Hiles 2025-06-10 21:36:35 -04:00
commit 61b5c81cb7
No known key found for this signature in database
6 changed files with 80 additions and 14 deletions

View file

@ -3,5 +3,5 @@
enable = true;
email = "henry@henryhiles.com";
};
networking.firewall.allowedTCPPorts = [2222 443 8448]; # SSH,Matrix and HTTPS
networking.firewall.allowedTCPPorts = [2222 443 8448]; # Git SSH, HTTPS, and Matrix
}