Compare commits

..

2 Commits

Author SHA1 Message Date
John Lancaster b6be6eba68 added post command 2026-03-24 08:47:19 -05:00
John Lancaster 5934568d10 added echos 2026-03-24 08:46:49 -05:00
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ in
"${hostname}.john-stream.com" "${hostname}.john-stream.com"
"192.168.1.142" "192.168.1.142"
]; ];
postCommands = [ renew.postCommands = [
"docker restart envoy" "docker restart envoy"
]; ];
}; };
+3
View File
@@ -110,7 +110,10 @@ let
umask 077 umask 077
${lib.getExe' pkgs.coreutils "cat"} "${tlsCert}" "${tlsKey}" > "${mtlsBundle}" ${lib.getExe' pkgs.coreutils "cat"} "${tlsCert}" "${tlsKey}" > "${mtlsBundle}"
echo "Reloading units:"
${renewReloadScript} ${renewReloadScript}
echo "Post commands:"
${renewPostCommands} ${renewPostCommands}
''; '';