Skip to content

Commit

Permalink
Merge pull request NixOS#80542 from xfix/acme-fix-a-example-com-test
Browse files Browse the repository at this point in the history
nixos/acme: Fix a.example.com test
  • Loading branch information
disassembler authored Feb 19, 2020
2 parents 9412db1 + a803234 commit 1b3176b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/tests/acme.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1b3176b

Please sign in to comment.