Go to file
2022-09-10 10:27:56 +02:00
.github/workflows gha: added free-disk-space task 2022-09-09 20:48:13 +02:00
.vscode add minio 2021-11-22 00:20:06 +01:00
flux chore(deps): update dependency renovate/renovate to v32.135 2022-07-30 12:01:11 +00:00
nixos add s2s wireguard 2022-09-10 10:27:56 +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
.envrc dconf 2022-08-23 22:40:55 +02:00
.gitignore dconf 2022-08-23 22:40:55 +02:00
.yamllint.yaml yamllint 2022-05-29 17:16:34 +02:00
flake.lock minor update; test gha 2022-09-09 22:58:15 +02:00
flake.nix update laptop 2022-09-07 14:25:42 +02:00
list-nix-store.sh add s2s wireguard 2022-09-10 10:27:56 +02:00
README.md update readme 2022-09-09 23:23:48 +02:00
renovate.json chore(deps): add renovate.json 2022-05-18 15:37:42 +00:00
util.nix initial version of my new laptop setup 2022-08-24 18:17:29 +02:00

0x76's Infrastructure NixOS

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