Explore >> Select a destination


You are here

mtlynch.io
| | tinypilotkvm.com
6.3 parsecs away

Travel
| | Updates about my life and what I learn about creating software
| | blog.janissary.xyz
8.1 parsecs away

Travel
| |
| | rbf.dev
9.9 parsecs away

Travel
| | NixOS has a great out-of-the-box support for ARM64v8 systems, but that comes with a catch: you have to use the prebuilt images to install the system, which are (obviously) not customizable, and come without OpenSSH enabled by default. Unfortunately, this requires to attach a display to the Raspberry Pi to complete an installation - not ideal! This article is the story of my journey to build a custom NixOS image for my Raspberry Pi, with all the pitfalls and errors I had to solve to eventually reach the o...
| | tonyfinn.com
54.2 parsecs away

Travel
| Nix is a tool for managing packages and system configurations in a declarative manner. Flakes are a new user interface to clean up many of its rough edges. This guide explains how to use Nix from first principles, via a Flake-focused approach.