infrastructure/README.md
2022-09-09 23:23:48 +02:00

902 B

0x76's Infrastructure NixOS

This repository contains my IaC and GitOps code.

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].
  • terraform: Terraform config for deploying said VMs and Containers onto Proxmox, using terraform-provider-proxmox