infrastructure/README.md

13 lines
724 B
Markdown
Raw Normal View History

2022-09-09 23:23:48 +02:00
# 0x76's Infrastructure [![NixOS](https://github.com/NULLx76/infrastructure/actions/workflows/nixos.yml/badge.svg)](https://github.com/NULLx76/infrastructure/actions/workflows/nixos.yml)
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/