Skip to content

Commit

Permalink
Update robot.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jun 11, 2024
1 parent 71056bd commit 9339d2f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions robot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@
};

boot.loader = {
efi.canTouchEfiVariables = true;
grub = {
enable = true;
efiSupport = true;
useOSProber = true;
mirroredBoots = [
{
devices = ["/dev/nvme0n1"];
devices = ["/dev/nvme0n1" "/dev/nvme1n1"];
path = "/boot";
}
];
Expand Down

0 comments on commit 9339d2f

Please sign in to comment.