Go to file
2022-04-04 13:46:04 +02:00
.vscode add minio 2021-11-22 00:20:06 +01:00
flux Add Flux v0.24.0 component manifests 2021-11-24 14:53:17 +01:00
nixos minor updates 2022-03-31 12:25:45 +02:00
terraform add victoriametrics 2021-12-02 16:34:48 +01:00
flake.lock minor updates 2022-03-31 12:25:45 +02:00
flake.nix updated 2022-04-04 13:46:04 +02:00
hosts.nix updated 2022-04-04 13:46:04 +02: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