diff --git a/robot.nix b/robot.nix index d4e59ff..68d104b 100644 --- a/robot.nix +++ b/robot.nix @@ -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"; } ];