From dfd08bc1b5d493c2bba5cb8a8690967501ba1367 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 6 Dec 2022 17:51:40 +0000 Subject: [PATCH] Update pbp.nix --- systems/pbp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/pbp.nix b/systems/pbp.nix index a2b1def..743a759 100644 --- a/systems/pbp.nix +++ b/systems/pbp.nix @@ -14,7 +14,7 @@ grub = { enable = true; efiSupport = true; - device = "/dev/mmcblk0"; + device = "/dev/mmcblk0p1"; }; };