nixpkgs/nixos/modules
emilylange fcdcccaed6
nixos/caddy: ensure vhosts come after user-specified cfg.extraConfig
This solves an issue, where loading the nixos-unstable module in
nixos-stable using `disabledModules` and `imports` resulted in the
following Caddyfile:

```
<globalConfig>

<vhosts>

<extraConfig>
```

instead of

```
<globalConfig>

<extraConfig>

<vhosts>
```

This is important in cases where `cfg.extraConfig` contains so called
Caddyfile snippets.

See https://caddyserver.com/docs/caddyfile/concepts#structure

Co-authored-by: Lin Jian <me@linj.tech>
2023-09-18 11:12:19 +02:00
..
config nixos/user-groups: fixup of 5666a378 2023-09-13 11:44:19 +02:00
hardware nixos/nvidia: don't assume x11 is used.. 2023-09-14 18:19:15 +02:00
i18n/input-method uim: remove qt4, fix qt5 2023-09-04 13:54:50 +02:00
image modules/image/repart: Fix stripNixStorePrefix 2023-08-22 13:09:03 +02:00
installer nixos/iso-image: Remove leftover false dichotomy between console/serial 2023-09-06 14:10:09 -04:00
misc nixos/doc: Improve documentation of documentation 2023-08-12 22:28:04 +03:00
profiles nixos/installation-device: allow nix-copy for root/nixos user 2023-08-07 16:48:49 +02:00
programs nixos/yubikey-touch-detector: init (#254947) 2023-09-14 20:15:32 +00:00
security nixos/acme: rename option credentialsFile to environmentFile 2023-09-11 16:34:20 +00:00
services nixos/caddy: ensure vhosts come after user-specified cfg.extraConfig 2023-09-18 11:12:19 +02:00
system Merge pull request #254480 from andersk/memtest86plus-name 2023-09-12 18:19:50 +03:00
tasks nixos/zfs: disable redundant scheduler 2023-09-13 21:36:36 +02:00
testing Merge pull request #219106 from m-bdf/nixos-testing-increase-device-timeout 2023-06-20 11:48:45 +02:00
virtualisation fix capitalization (#254542) 2023-09-15 09:59:11 +02:00
module-list.nix nixos/yubikey-touch-detector: init (#254947) 2023-09-14 20:15:32 +00:00
rename.nix nixos/dhcp(46): remove 2023-07-28 16:35:40 +02:00