7 lines
135 B
Nix
7 lines
135 B
Nix
{
|
|
services.caddy = {
|
|
enable = true;
|
|
email = "henry@henryhiles.com";
|
|
};
|
|
networking.firewall.allowedTCPPorts = [80 443];
|
|
}
|