Go to file
Vivian 5f5cfcb8d1
All checks were successful
continuous-integration/drone/push Build is passing
most of colmena done
2022-07-30 17:15:58 +02:00
.vscode add minio 2021-11-22 00:20:06 +01:00
flux hopefully fix drone runner 2022-07-30 12:30:54 +02:00
nixos switched single host to colmena 2022-07-30 13:12:17 +02:00
terraform chore(deps): update terraform vault to v3.8.0 2022-07-26 21:00:22 +00:00
.drone.yml actually remove ci 2022-06-13 12:19:45 +02:00
.gitignore Minor updates 2022-06-12 12:29:13 +02:00
.yamllint.yaml yamllint 2022-05-29 17:16:34 +02:00
flake.lock remove deploy-rs 2022-07-30 16:42:46 +02:00
flake.nix most of colmena done 2022-07-30 17:15:58 +02:00
hosts.nix switched single host to colmena 2022-07-30 13:12:17 +02:00
README.md misc: Add Readme 2021-11-21 22:16:45 +01:00
renovate.json chore(deps): add renovate.json 2022-05-18 15:37:42 +00: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