This commit is contained in:
Henry Hiles 2025-06-28 21:07:49 -04:00
commit 89f69f9bf2
No known key found for this signature in database
4 changed files with 26 additions and 24 deletions

View file

@ -8,5 +8,5 @@
hash = "sha256-sdhX/dAQ7lIxBo/ZW6XYX8SRuacLO9HobtIVKD/cw0o=";
};
};
networking.firewall.allowedTCPPorts = [2222 443 8448]; # Git SSH, HTTPS, and Matrix
networking.firewall.allowedTCPPorts = [2222 443]; # Git SSH, HTTPS, and Matrix
}