infrastructure stuff
Go to file
2026-01-05 23:09:19 +01:00
ansible many stuffzz... 2026-01-05 23:09:19 +01:00
nix many stuffzz... 2026-01-05 23:09:19 +01:00
.gitattributes nix: add loki system configuration 2023-10-15 22:16:06 +02:00
.gitignore many stuffzz... 2026-01-05 23:09:19 +01:00
.terraform.lock.hcl many stuffzz... 2026-01-05 23:09:19 +01:00
main.tf many stuffzz... 2026-01-05 23:09:19 +01:00
README.md nix: add loki system configuration 2023-10-15 22:16:06 +02:00
tailscale.tf many stuffzz... 2026-01-05 23:09:19 +01:00
terraform.tf many stuffzz... 2026-01-05 23:09:19 +01:00
variables.tf many stuffzz... 2026-01-05 23:09:19 +01:00

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.