nixos-rebuild switch -v --flake . --target-host root@le-succ- Does really nothing
- Stores nothing
- Exposes do-nothing VM
| directory | function |
|---|---|
| ./nodes | Node configurations, automatically mapped over and deployed. |
| ./terraform | Terraform files, yes. |
| ./compose | Docker compose files, oh no. |
| ./common | Contains common configuration across all the nodes in this repo |
| ./secrets | Per-node secrets, secrets/%hostname%/* send them via ./scripts/send-secrets.sh or make send-secrets/%hostname% |