Skip to content

Commit

Permalink
return back efi support
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jun 12, 2024
1 parent 4a7a299 commit 54edb96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions robot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
};

boot.loader = {
efi.canTouchEfiVariables = true;

grub = {
enable = true;
efiSupport = true;
device = "nodev";
devices = [ "/dev/nvme0n1" "/dev/nvme1n1"];
};
Expand Down

0 comments on commit 54edb96

Please sign in to comment.