nixos/nginx: allow adding new ACME certificates without nginx restart (#445544)

This commit is contained in:
Leona Maroni
2025-10-14 07:52:56 +00:00
committed by GitHub
5 changed files with 239 additions and 172 deletions

View File

@@ -183,7 +183,10 @@ in
# keep-sorted start case=no numeric=no block=yes
_3proxy = runTest ./3proxy.nix;
aaaaxy = runTest ./aaaaxy.nix;
acme = import ./acme/default.nix { inherit runTest; };
acme = import ./acme/default.nix {
inherit runTest;
inherit (pkgs) lib;
};
acme-dns = runTest ./acme-dns.nix;
activation = pkgs.callPackage ../modules/system/activation/test.nix { };
activation-bashless = runTest ./activation/bashless.nix;