You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
.vscode | 1 year ago | |
flux | 10 months ago | |
nixos | 9 months ago | |
terraform | 1 year ago | |
README.md | 1 year ago | |
flake.lock | 10 months ago | |
flake.nix | 10 months ago | |
hosts.nix | 9 months ago |
README.md
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