write to bash script

This commit is contained in:
2026-05-31 21:31:37 -05:00
parent 91b362ead7
commit b554bd3048
+1 -1
View File
@@ -48,7 +48,7 @@
serviceConfig = {
Type = "oneshot";
ExecStart = ''
ExecStart = pkgs.writeShellScript "start-nimh-static" ''
kubernetes_config=$(mktemp)
gomplate=${pkgs.gomplate}/bin/gomplate
gomplate --input-dir=./k3s --output-dir=$kubernetes_config