Caddy: Difference between revisions

imported>Malteneuss
m Show caddy config as part of whole NixOS module
imported>Onny
Fix example syntax
Line 9: Line 9:
{
{
   # ...
   # ...
   config.services.caddy = {
   services.caddy = {
     enable = true;
     enable = true;
     virtualHosts."localhost".extraConfig = ''
     virtualHosts."localhost".extraConfig = ''