11 lines
149 B
Nix
11 lines
149 B
Nix
|
{
|
||
|
services.caddy = {
|
||
|
enable = true;
|
||
|
email = "nolan@thewordnerd.info";
|
||
|
};
|
||
|
networking.firewall.allowedTCPPorts = [
|
||
|
80
|
||
|
443
|
||
|
];
|
||
|
}
|