From 3627cf57ec5cf3a7788ecbeb62d2b8aab564f7e2 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:31:49 -0500 Subject: [PATCH] added postCommand for soteria --- modules/hosts/soteria/soteria.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/hosts/soteria/soteria.nix b/modules/hosts/soteria/soteria.nix index 92734cb..2403e24 100644 --- a/modules/hosts/soteria/soteria.nix +++ b/modules/hosts/soteria/soteria.nix @@ -99,6 +99,9 @@ in "${hostname}.john-stream.com" "192.168.1.142" ]; + postCommands = [ + "docker restart envoy" + ]; }; };