Fediversity/launch
2025-04-22 20:13:17 +02:00
..
.envrc
.gitignore
default.nix
garage.nix
main.tf
mastodon.nix
options.nix more comments 2025-04-22 20:13:17 +02:00
peertube.nix
pixelfed.nix
README.md
resource.nix more comments 2025-04-22 20:13:17 +02:00
shared.nix
shell.nix
tf-env.nix
tf.nix update nixpkgs to ditch opentofu patch 2025-04-22 20:13:17 +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