mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #80542 from xfix/acme-fix-a-example-com-test
nixos/acme: Fix a.example.com test
This commit is contained in:
commit
1b3176b615
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ in import ./make-test-python.nix {
|
|||
systemd.services."acme-a.example.com" = {
|
||||
wants = [ "acme-finished-a.example.com.target" ];
|
||||
before = [ "acme-finished-a.example.com.target" ];
|
||||
after = [ "nginx.service" ];
|
||||
};
|
||||
|
||||
services.nginx.enable = true;
|
||||
|
|
Loading…
Reference in a new issue