infrastructure/README.md
Vivian f29f2e9b20
All checks were successful
Lint / lint (push) Successful in 2s
Plex Update / update (push) Successful in 9s
aoife: enable secure boot
2023-05-30 08:41:42 +02:00

772 B

0x76's Infrastructure

This repository contains my fleet of VMs, Containers and Bare Metal machines.

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
  • nixos: Nix configurations for my NixOS LXCs and VMs, deployed using colmena.

Inspired by the following repos