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