Go to file
2021-11-21 22:16:45 +01:00
flux flux: update charts 2021-11-21 22:01:29 +01:00
nixos nixos: cleanup 2021-11-21 21:56:17 +01:00
terraform terraform: updates 2021-11-21 14:05:15 +01:00
flake.lock nixos: add dns server 2021-11-21 19:30:19 +01:00
flake.nix nixos: add dns server 2021-11-21 19:30:19 +01:00
hosts.nix nixos: cleanup 2021-11-21 21:56:17 +01:00
README.md misc: Add Readme 2021-11-21 22:16:45 +01:00

0x76's Infrastructure

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