From 499b8e03327db6b1f2486ff353c4c606126a2010 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 5 Dec 2022 20:47:30 +0000 Subject: [PATCH] Update pbp.nix --- systems/pbp.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/systems/pbp.nix b/systems/pbp.nix index 893fbd6..2efcec7 100644 --- a/systems/pbp.nix +++ b/systems/pbp.nix @@ -6,6 +6,18 @@ # ./programs.nix ]; + boot.loader = { + efi = { + canTouchEfiVariables = true; + }; + + grub = { + enable = true; + efiSupport = true; + device = "/dev/mmcblk0"; + }; + }; + fileSystems = { "/" = { device = "/dev/disk/by-label/NIXOS_SD";