Skip to content
View inverted-tree's full-sized avatar
  • Debeka
  • Germany

Highlights

  • Pro

Block or report inverted-tree

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
inverted-tree/README.md

Hi, nerd.

Cloud engineer by day, homelab architect by night. Somewhere in there I fell for declarative systems and never climbed back out.

At work, that's mostly DevSecOps on Azure and Entra. Managed through IaC and automated pipelines; critical infrastructure doesn't get clicked into existence. Everything is reproducible, or it's just best-effort. At home, same instinct, no ticket queue.


    Azure     Terraform     NixOS     Actions         C++     Rust     Lua     Python    


Programming is fun, and personal projects are where I experiment with languages, tools, and ideas that might not survive a production review.

{ ... }:
let
    remote = "github.com/inverted-tree";
in {
    imports = [ ./github-profile.nix ];

    environment.pinnedRepos = [
        "${remote}/Homelab"
        "${remote}/Dotfiles"
    ];
    system.stateVersion = "26.07";
}

Chances are you're after something in the repos below. Everything else is left as an exercise to the reader.

Pinned Loading

  1. Homelab Homelab Public

    My personal homelab configuration. Feel free to use whatever you need.

  2. Dotfiles Dotfiles Public

    Configuration files and tweaks for my personal systems.