nixpkgs/nixos/modules/services/web-servers/caddy
IndeedNotJames f5a06f7150
nixos/caddy: fix caddy fmt for caddy v2.6.3
The nixos module uses `caddy fmt` to *format* the generated Caddyfile.
v2.6.3 slightly altered `caddy fmt`'s behavior.

Excerpt from https://github.com/caddyserver/caddy/releases/tag/v2.6.3
> cmd: caddy fmt return code is 1 if not formatted
> cmd: fmt exit successfully after overwriting config file

Which is why the internal `Caddyfile-formatted` now uses `cp` and `caddy fmt --overwrite` instead
2023-02-09 03:36:10 +01:00
..
default.nix nixos/caddy: fix caddy fmt for caddy v2.6.3 2023-02-09 03:36:10 +01:00
vhost-options.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00