commit 5128e59b3f90b18119cc55e8a532b85bc0a2b2f1 parent eea37255394d9ecc6697557e81cdb0c03e1cb867 Author: Silas Brack <silasbrack@gmail.com> Date: Thu, 3 Oct 2024 17:19:24 +0200 Add README for infrastructure Diffstat:
| A | infrastructure/README.md | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/infrastructure/README.md b/infrastructure/README.md @@ -0,0 +1,11 @@ +# Infrastructure + +``` +. +├── hive.nix <- Primary colmena NixOS server cluster configuration +├── image.nix <- Raw NixOS image used to generate an OS image with `nix-build` +├── Makefile <- Contains common commands that you will be running +├── secrets.yaml <- Contains encrypted secrets to be used and updated by sops +├── shell.nix <- Defines the development environment which can be accessed via `nix-shell` +└── vpn.nix <- Imported by hive.nix; configures the VPN setup +```