ref vars not literals

This commit is contained in:
2026-05-31 21:33:56 -05:00
parent b554bd3048
commit 32d94bb090
+2 -2
View File
@@ -51,9 +51,9 @@
ExecStart = pkgs.writeShellScript "start-nimh-static" ''
kubernetes_config=$(mktemp)
gomplate=${pkgs.gomplate}/bin/gomplate
gomplate --input-dir=./k3s --output-dir=$kubernetes_config
$gomplate --input-dir=./k3s --output-dir=$kubernetes_config
kubectl=${pkgs.kubectl}/bin/kubectl
kubectl apply -k $out
$kubectl apply -k $out
'';
User = "nimh";