nixos/clients/quadraticserver/caddy.nix
2025-06-10 21:36:35 -04:00

7 lines
171 B
Nix

{
services.caddy = {
enable = true;
email = "henry@henryhiles.com";
};
networking.firewall.allowedTCPPorts = [2222 443 8448]; # Git SSH, HTTPS, and Matrix
}