Fediversity/launch
2025-04-17 13:22:20 +02:00
..
.envrc
.gitignore
.terraform.lock.hcl
default.nix
garage.nix
main.tf implicit ssh 2025-04-17 13:22:20 +02:00
mastodon.nix
options.nix
peertube.nix
pixelfed.nix
README.md implicit ssh 2025-04-17 13:22:20 +02:00
resource.nix
shared.nix
shell.nix
tf-env.nix filter for git-tracked files 2025-04-17 13:22:20 +02:00
tf.nix rm null from tf 2025-04-17 13:22:20 +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