This commit is contained in:
Henry Hiles 2025-06-10 21:36:35 -04:00
parent 33d6b922d0
commit 61b5c81cb7
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
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
}