forked from Fediversity/Fediversity
319 B
319 B
service deployment
usage
updating TF modules
$ npins update nixos-anywhere
$ cd launch/
$ echo "{\"nixos-anywhere\": $(nix-instantiate --eval --json -E '(import ../npins).nixos-anywhere.outPath')}" > .auto.tfvars.json
local development
$ nix-shell
$ rm -rf .terraform/
$ tofu init