Fediversity/launch
2025-04-17 16:59:11 +02:00
..
.envrc
.gitignore
default.nix add more comments 2025-04-17 14:23:08 +02:00
garage.nix
main.tf better document TF file 2025-04-17 16:59:11 +02:00
mastodon.nix
options.nix
peertube.nix
pixelfed.nix
README.md
resource.nix fix key path 2025-04-17 15:03:52 +02:00
shared.nix
shell.nix
tf-env.nix add more comments 2025-04-17 14:23:08 +02:00
tf.nix
vars.tf split out vars 2025-04-17 16:58:27 +02:00

service deployment

usage

<-- TODO: port to just -->

updating npins

$ cd launch/
$ echo "$(nix eval --json -f ../npins)" > .npins.json

local development

$ nix-shell
$ eval "$(ssh-agent -s)"
# set your ssh key, e.g.:
$ ssh_key="$(readlink -f ~/.ssh/id_ed25519)"
$ rm -rf .terraform/
$ tofu init