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";