From bfe07e21795685d023b0595d9305071f30e3d448 Mon Sep 17 00:00:00 2001 From: Lucas Savva Date: Mon, 14 Dec 2020 19:40:28 +0000 Subject: nixos/acme: fix test config --- nixos/tests/acme.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/tests/acme.nix') diff --git a/nixos/tests/acme.nix b/nixos/tests/acme.nix index 503d77f24f9..c6d393d9196 100644 --- a/nixos/tests/acme.nix +++ b/nixos/tests/acme.nix @@ -87,8 +87,8 @@ in import ./make-test-python.nix ({ lib, ... }: { ''; in { security.acme.email = lib.mkForce email; - systemd.services."b.example.test".serviceConfig.preStart = testScript; - systemd.services."c.example.test".serviceConfig.preStart = testScript; + systemd.services."b.example.test".preStart = testScript; + systemd.services."c.example.test".preStart = testScript; services.nginx.virtualHosts."b.example.test" = (vhostBase pkgs) // { enableACME = true; -- cgit 1.4.1