Go to file
2022-04-29 22:24:44 +02:00
.vscode add minio 2021-11-22 00:20:06 +01:00
flux Add Flux sync manifests 2022-04-09 16:01:51 +02:00
nixos add gitea 2022-04-29 22:24:44 +02:00
terraform add victoriametrics 2021-12-02 16:34:48 +01:00
flake.lock add gitea 2022-04-29 22:24:44 +02:00
flake.nix add gitea 2022-04-29 22:24:44 +02:00
hosts.nix add gitea 2022-04-29 22:24:44 +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