From fc55c0addc80149da0ecc5d3c4151390e17708c2 Mon Sep 17 00:00:00 2001 From: victor Date: Fri, 9 Sep 2022 23:23:48 +0200 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc0862d..6d1f8d2 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# 0x76's Infrastructure +# 0x76's Infrastructure [![NixOS](https://github.com/NULLx76/infrastructure/actions/workflows/nixos.yml/badge.svg)](https://github.com/NULLx76/infrastructure/actions/workflows/nixos.yml) 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]. +* **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] [Flux]: https://github.com/fluxcd/flux2 -[deploy-rs]: https://github.com/serokell/deploy-rs +[deploy-rs]: https://colmena.cli.rs/unstable/ [terraform-provider-proxmox]: https://github.com/Telmate/terraform-provider-proxmox