4 lines
86 B
Nix
4 lines
86 B
Nix
{
|
|
services.caddy.enable = true;
|
|
networking.firewall.allowedTCPPorts = [80 443];
|
|
}
|