Merge pull request #80542 from xfix/acme-fix-a-example-com-test

nixos/acme: Fix a.example.com test
This commit is contained in:
Samuel Leathers 2020-02-19 12:23:35 -05:00 committed by GitHub
commit 1b3176b615
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;