Fix forgejo

This commit is contained in:
Henry Hiles 2025-07-09 10:51:07 -04:00
commit 4a53253800
No known key found for this signature in database
4 changed files with 28 additions and 15 deletions

View file

@ -1,4 +1,5 @@
{pkgs, ...}: {
networking.firewall.allowedTCPPorts = [443];
services.caddy = {
enable = true;
email = "henry@henryhiles.com";
@ -8,5 +9,4 @@
hash = "sha256-sdhX/dAQ7lIxBo/ZW6XYX8SRuacLO9HobtIVKD/cw0o=";
};
};
networking.firewall.allowedTCPPorts = [2222 443]; # Git SSH, HTTPS, and Matrix
}