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" + ]; }; };