14 lines
215 B
Nix
14 lines
215 B
Nix
{
|
|
services.caddy = {
|
|
enable = true;
|
|
#globalConfig = ''
|
|
# pki {
|
|
# ca local {
|
|
# name "Distrust CA"
|
|
# }
|
|
# }
|
|
#'';
|
|
};
|
|
|
|
networking.firewall.allowedTCPPorts = [80 443];
|
|
}
|