just default

This commit is contained in:
Kiara Grouwstra 2024-01-24 10:20:13 +01:00
parent 9e62215c2a
commit 2bfdb8af80
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# try locally
default: local
# encode secrets # encode secrets
encode: encode:
sops --output-type yaml -e .auto.tfvars.json > .auto.tfvars.enc.yaml sops --output-type yaml -e .auto.tfvars.json > .auto.tfvars.enc.yaml
@ -15,7 +18,7 @@ validate:
nix run .#validate nix run .#validate
# apply changes # apply changes
default: apply:
nix run .#apply nix run .#apply
# show generated plan # show generated plan