infrastructure stuff
Go to file
2023-12-22 00:15:29 +01:00
ansible
nix nix(t14): home module updates 2023-12-22 00:15:29 +01:00
.envrc
.gitattributes
.gitignore
.terraform.lock.hcl
main.tf
README.md
tailscale.tf
terraform.tf
variables.tf

infra

this repo holds the code describing my very own infra (machines I use/manage) and is very much a WIP.

:nixos: NixOS configurations are present in the ./nix folder.

should contain zero secrets, except encrypted either with age, sops-nix, or ansible-vault.

terraform secrets are supplied as ENV vars at runtime by sourcing the decrypted infra-vars file (stationed in its place with home-manager) using direnv.