infrastructure/proxmox.tjo.cloud/justfile

19 lines
290 B
Makefile
Raw Normal View History

2024-08-31 17:48:38 +00:00
default:
@just --list
build:
@nix build .#vm
apply: build
#!/usr/bin/env sh
export NIXOS_IMAGE=$(nix path-info --quiet .#vm)/nixos.qcow2
export TF_VAR_image_path=$NIXOS_IMAGE
echo "Deploying $NIXOS_IMAGE"
tofu init
tofu apply
destroy:
#!/usr/bin/env sh
tofu destroy