Why I’m starting LabCraft with Nix
I’m building LabCraft, a hands-on learning platform for infrastructure and systems tools. The first...
Tag archive
I’m building LabCraft, a hands-on learning platform for infrastructure and systems tools. The first...

Overview Tulisan ini menceritakan pengalaman saya meng-install NixOS di VPS Jetorbit...

Pada series ini kita akan melakukan dasar konfigurasi security di NixOS. Konfigurasi yang dilakukan...

Pada series sebelumnya, kita sudah melakukan instalasi nix di VirtualBox dan setup SSH agar dapat...

Pada artikel ini kita akan memulai berinteraksi dengan nix dengan cara melakukan instalasi NixOS...
With this method you can package any type of Next.js App including Apps w/ SSR, API Routes, Server...

Background I started daily driving Linux back in 2019. The start of that journey was...
Ten community tools I keep on every NixOS machine. They fix the parts of the Nix workflow that are genuinely annoying without them.
Visual hierarchical DAG editor that generates configuration.nix or flake.nix and deploys to a real...
My first NixOS flake was a 500-line monster. Everything in one file: hardware config, user packages,...
How I use Nix and direnv to create isolated, reproducible development environments. No more "works on my machine" — just clean, version-pinned shells that activate automatically.
Nix errors are famously incomprehensible. Here is how to decode them without losing your mind: read traces bottom-up, recognize the five common error types, and use the right debugging commands.