flake/services/shared/caddy.nix

7 lines
100 B
Nix

{
services.caddy = {
enable = true;
};
networking.firewall.allowedTCPPorts = [80 443];
}