Nixos configuration for my Homelab
  • Nix 86.7%
  • HCL 13.3%
Find a file
2026-05-25 15:30:59 +01:00
.github chore: fix ssh issue with next flake update 2026-04-30 21:59:42 +01:00
docs docs: add syncthing setup guide 2026-05-23 15:15:25 +01:00
home chore: fix issue with n8n task runner spawns 2026-01-18 19:19:16 +00:00
homes/thein3rovert chore: enable opencode 2026-02-16 15:02:24 +00:00
hosts feat(hosts): enable say-cheese on nixos and bellamy 2026-05-23 15:15:52 +01:00
k8s/apps/linkding Remove PVC from GitOps - already exists and bound 2026-05-10 11:49:20 +01:00
modules chore: increase kestra compute resource 2026-05-25 15:30:59 +01:00
pkgs chore: chore: update copilot-cli 2026-03-08 23:31:18 +00:00
secrets chore: rekey and update 2025-08-23 15:42:10 +01:00
terraform chore: resize k3s cluster 2026-05-17 16:04:14 +01:00
vars/per-machine/octavia/state-version/version Update vars via generator state-version for machine octavia 2025-10-18 20:20:14 +01:00
.argocd-ignore Add .argocd-ignore to exclude ansible symlink 2026-05-10 11:35:13 +01:00
.envrc feat: Configure devshell for flake 2025-08-06 20:53:32 +01:00
.gitignore chore: remove github runner from dev 2026-05-17 14:57:06 +01:00
.justfile chore: update ansible playbook 2026-03-08 00:03:56 +00:00
.prettierignore chore: easy secret management for garage with agenix 2025-12-23 01:26:15 +00:00
ansible.cfg fix: fix path to inventory 2026-01-09 18:40:33 +00:00
flake.lock chore: add syncthing to stack 2026-05-18 17:22:26 +01:00
flake.nix feat(hosts): enable say-cheese on nixos and bellamy 2026-05-23 15:15:52 +01:00
options.nix feat(Used options config for system configuration): 2025-06-12 17:59:06 +01:00
readme.md chore: fix file path 2026-03-15 12:53:58 +00:00


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.

## 🔧 Whats Inside

- Fully declarative system configuration
- Reproducible environments
- Infrastructure expressed as code

## 📬 Reach Me

thein3rovert@gmail.com"
''