From 8c70f9655e4ee52549bbd315da25e62cda4a905a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt <aaronhoneycutt@protonmail.com> Date: Tue, 6 Dec 2022 21:42:18 +0000 Subject: [PATCH] Update pbp.nix --- systems/pbp.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/systems/pbp.nix b/systems/pbp.nix index 743a759..222f692 100644 --- a/systems/pbp.nix +++ b/systems/pbp.nix @@ -8,13 +8,14 @@ boot.loader = { efi = { - canTouchEfiVariables = true; + canTouchEfiVariables = false; }; grub = { enable = true; efiSupport = true; - device = "/dev/mmcblk0p1"; + version = 2; + device = "nodev"; }; };