Infrastructure as Code for Elbforge
- Nix 90.8%
- Shell 5.7%
- HTML 3.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| docs | ||
| hosts | ||
| images | ||
| keys | ||
| lib | ||
| modules | ||
| pkgs | ||
| resources | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
Elbforge Infra
Layout
.
├── docs # additional in depth documentation
├── flake.lock # locked nix dependencies
├── flake.nix # nix entrypoint
├── hosts
│ └── <name> # host specific configuration
├── images # disks of local vms
├── lib # nix utility functions
├── modules # shared logic
│ ├── common # shared between multiple projects
│ └── elbforge # common elbforge configuration for all hosts
├── pkgs # definitions for custom packages