From b6be6eba68291cc7ec8a5da7ede1f09ed83ffb53 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:47:19 -0500 Subject: [PATCH] added post command --- modules/hosts/soteria/soteria.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/soteria/soteria.nix b/modules/hosts/soteria/soteria.nix index 2403e24..56e3e2a 100644 --- a/modules/hosts/soteria/soteria.nix +++ b/modules/hosts/soteria/soteria.nix @@ -99,7 +99,7 @@ in "${hostname}.john-stream.com" "192.168.1.142" ]; - postCommands = [ + renew.postCommands = [ "docker restart envoy" ]; };