From c1adf1a5170a342ee707c37ae33cb566aea46af7 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 22 Mar 2023 16:35:17 +0100 Subject: [PATCH] set daemon to prestart instead of postart --- hcl/builder.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcl/builder.hcl b/hcl/builder.hcl index 7505683..943bfda 100644 --- a/hcl/builder.hcl +++ b/hcl/builder.hcl @@ -164,7 +164,7 @@ experimental-features = nix-command flakes } lifecycle { - hook = "poststart" + hook = "prestart" sidecar = true } }