Go to file
2022-05-18 12:07:24 +02:00
.vscode add minio 2021-11-22 00:20:06 +01:00
flux authentik: fix namespace 2022-05-18 12:07:24 +02:00
nixos authentik: deploy 2022-05-18 12:05:23 +02:00
terraform nginx: enable brotli 2022-05-08 02:13:49 +02:00
flake.lock hedgedoc: add github auth 2022-05-15 16:08:27 +02:00
flake.nix hedgedoc: add github auth 2022-05-15 16:08:27 +02:00
hosts.nix add db 2022-05-16 15:29:09 +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