Jason Pike

NERV: The Home Server That Runs Our House

Ongoing · Written: July 2026

There's a small computer in our house named NERV (yes, after the Evangelion organization) that quietly runs the household's software. It's an Intel NUC running Ubuntu, everything in Docker, and it has slowly become the most load-bearing object we own that isn't the refrigerator.

What it runs

The part nobody warns you about: encrypted disks + reboots

The drive is fully encrypted, which is great until the machine reboots and sits at a passphrase prompt while everything it runs is down. The fix is an old sysadmin trick: a tiny SSH server (Dropbear) baked into the early boot environment, so I can connect during boot and unlock the disk from anywhere. Headless full-disk encryption without walking to the closet.

What I've learned self-hosting

← All projects