From 30b4337f11d7319c4a2d67fb07ce92b074dafac7 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 23 Apr 2025 02:05:59 +0000 Subject: [PATCH] doc: update the nix attribute paths --- doc/recovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/recovery.md b/doc/recovery.md index 4e7cc4abf..2c6977710 100644 --- a/doc/recovery.md +++ b/doc/recovery.md @@ -1,5 +1,5 @@ ## deploying to SD card -- build a toplevel config: `nix build '.#hostSystems.moby'` +- build a toplevel config: `nix build '.#hosts.moby.img'` - mount a system: - `mkdir -p root/{nix,boot}` - `mount /dev/sdX1 root/boot`