nixpkgs/nixos/tests/acme
Leona Maroni b3a76d495e
nixos/nginx: allow adding new ACME certificates without nginx restart
Currently, nginx gets restarted when adding a new ACME certificate, even
when `services.nginx.enableReload = true` because of changes in the
Wants/After/Before sections of `nginx.service`.
This change moves these dependencies to `nginx-config-reload.service` and
the respective ACME systemd units.
2025-09-25 10:36:42 +02:00
..
caddy.nix nixos/acme: improve scalability - reduce superfluous unit activations 2025-08-08 16:28:42 +02:00
default.nix nixos/tests/acme: introduce new test nginx without reload 2025-09-23 15:39:24 +02:00
dns01.nix
http01-builtin.nix nixos/acme: improve scalability - reduce superfluous unit activations 2025-08-08 16:28:42 +02:00
python-utils.py nixos/acme: improve scalability - reduce superfluous unit activations 2025-08-08 16:28:42 +02:00
utils.nix
webserver.nix nixos/nginx: allow adding new ACME certificates without nginx restart 2025-09-25 10:36:42 +02:00