Fediversity/launch
Kiara Grouwstra 173518ed90 setup: reset lock file, prevents Error: Failed to install provider
error example:

```
Error while installing hashicorp/external v2.3.4: the local package for
registry.opentofu.org/hashicorp/external 2.3.4 doesn't match any of the
checksums previously recorded in the dependency lock file (this might be
because the available checksums are for packages targeting different
platforms); for more information:
https://opentofu.org/docs/language/files/dependency-lock/#checksum-verification
```
2025-04-18 17:35:43 +02:00
..
.envrc buttons works deployed 2025-04-17 13:22:20 +02:00
.gitignore ignore generated tf lock 2025-04-17 13:52:09 +02:00
default.nix setup: reset lock file, prevents Error: Failed to install provider 2025-04-18 17:35:43 +02:00
garage.nix buttons works deployed 2025-04-17 13:22:20 +02:00
main.tf fix nix-hash 2025-04-18 16:51:38 +02:00
mastodon.nix buttons works deployed 2025-04-17 13:22:20 +02:00
options.nix add further comments 2025-04-18 10:53:08 +02:00
peertube.nix buttons works deployed 2025-04-17 13:22:20 +02:00
pixelfed.nix buttons works deployed 2025-04-17 13:22:20 +02:00
README.md add further comments 2025-04-18 10:53:08 +02:00
resource.nix fix key path 2025-04-17 15:03:52 +02:00
shared.nix buttons works deployed 2025-04-17 13:22:20 +02:00
shell.nix buttons works deployed 2025-04-17 13:22:20 +02:00
tests.nix add unit test: TF validate 2025-04-18 13:21:17 +02:00
tf-env.nix add more comments 2025-04-17 14:23:08 +02:00
tf.nix Revert "update nixpkgs to ditch opentofu patch" 2025-04-17 14:22:51 +02:00
variables.tf add further comments 2025-04-18 10:53:08 +02:00

service deployment

deploys NixOS templates using OpenTofu.

requirements

usage

development

before using other commands, if not using direnv:

nix-shell

then to initialize, or after updating pins or TF providers:

setup

implementing

proper documentation TODO. until then, a reference implementation may be found in panel/.