diff --git a/flake.nix b/flake.nix index e410170..e4f0d5b 100644 --- a/flake.nix +++ b/flake.nix @@ -124,7 +124,7 @@ # nix run .#local local = locally + compile tfCfg.nomad + '' ${tf} workspace select -or-create nomad; - ${tf} init && ${tf} apply; + ${tf} init && ${tf} apply -auto-approve; ''; destroy = '' ${tfCommand "destroy"}