services.caddy.extraConfig

Additional lines of configuration appended to the automatically generated Caddyfile.

Type
strings concatenated with "\n"
Default
""
Example
''
  example.com {
    encode gzip
    log
    root /srv/http
  }
''
Declared
<nixpkgs/nixos/modules/services/web-servers/caddy/default.nix>