infrastructure/README.md

13 lines
562 B
Markdown
Raw Normal View History

2023-05-01 15:20:21 +02:00
# 0x76's Infrastructure
2022-09-25 23:49:26 +02:00
This repository contains my fleet of VMs, Containers and Bare Metal machines.
2021-11-21 22:16:45 +01:00
## Directory Structure
`flake.nix` is a NixOS flake which is the entrypoint for my NixOS config, it also contains a 'DevShell' containing all the tools needed
to deploy the infrastructure, this can be accessed running `nix develop`.
* **flux**: Kubernetes manifests as managed by [Flux]
2022-09-09 23:23:48 +02:00
* **nixos**: Nix configurations for my NixOS LXCs and VMs, deployed using [colmena].
2021-11-21 22:16:45 +01:00
[Flux]: https://github.com/fluxcd/flux2
2022-12-27 00:14:38 +01:00
[colmena]: https://colmena.cli.rs/unstable/