summary refs log tree commit diff
path: root/nixos/tests/acme.nix
diff options
context:
space:
mode:
authorKonrad Borowski <konrad@borowski.pw>2020-02-19 15:46:14 +0100
committerKonrad Borowski <konrad@borowski.pw>2020-02-19 15:46:14 +0100
commita803234213925fecfc14686ff08ac899ea144290 (patch)
tree0d6be7ceb0eec47960549e12f13e3203b3c70e82 /nixos/tests/acme.nix
parent2d87562b42fbedea6dc750559485f8aa49878f09 (diff)
downloadnixpkgs-a803234213925fecfc14686ff08ac899ea144290.tar
nixpkgs-a803234213925fecfc14686ff08ac899ea144290.tar.gz
nixpkgs-a803234213925fecfc14686ff08ac899ea144290.tar.bz2
nixpkgs-a803234213925fecfc14686ff08ac899ea144290.tar.lz
nixpkgs-a803234213925fecfc14686ff08ac899ea144290.tar.xz
nixpkgs-a803234213925fecfc14686ff08ac899ea144290.tar.zst
nixpkgs-a803234213925fecfc14686ff08ac899ea144290.zip
nixos/acme: Fix a.example.com test
Diffstat (limited to 'nixos/tests/acme.nix')
-rw-r--r--nixos/tests/acme.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/acme.nix b/nixos/tests/acme.nix
index 732f41a4905..e045f3415fa 100644
--- a/nixos/tests/acme.nix
+++ b/nixos/tests/acme.nix
@@ -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;