mirror of
https://github.com/thein3rovert/nixos-config.git
synced 2026-02-08 23:27:07 +00:00
Nixos configuration for my Homelab
| .github/workflows | ||
| ansible | ||
| home | ||
| homes/thein3rovert | ||
| hosts | ||
| modules | ||
| pkgs | ||
| secrets | ||
| terraform | ||
| vars/per-machine/octavia/state-version/version | ||
| .envrc | ||
| .gitignore | ||
| .justfile | ||
| .prettierignore | ||
| ansible.cfg | ||
| flake.lock | ||
| flake.nix | ||
| options.nix | ||
| readme.nix | ||
{
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"
''