mirror of
https://github.com/thein3rovert/nixos-config.git
synced 2026-04-10 03:12:32 +01:00
Nixos configuration for my Homelab
- Nix 87%
- HCL 13%
| .github | ||
| docs | ||
| home | ||
| homes/thein3rovert | ||
| hosts | ||
| modules | ||
| pkgs | ||
| secrets | ||
| terraform | ||
| vars/per-machine/octavia/state-version/version | ||
| .envrc | ||
| .gitignore | ||
| .justfile | ||
| .prettierignore | ||
| ansible | ||
| ansible.cfg | ||
| flake.lock | ||
| flake.nix | ||
| options.nix | ||
| readme.md | ||
thein3rovert's Homelab
Welcome to my Github for building, breaking, and learning!
Screenshots last updated 2025-03-15
{
lib ? import <nixpkgs/lib>,
}:
lib.mdDoc ''
# 🚀 Infrastructure Managed with Nix
This project uses **Nix** to build, configure, and manage all infrastructure
declaratively — ensuring reproducibility, consistency, and simplicity.
## 🔧 What’s Inside
- Fully declarative system configuration
- Reproducible environments
- Infrastructure expressed as code
## 📬 Reach Me
thein3rovert@gmail.com"
''