diff --git a/robot.nix b/robot.nix index 2749b08..0a4fe33 100644 --- a/robot.nix +++ b/robot.nix @@ -18,10 +18,8 @@ systemd-boot.enable = false; efi = { canTouchEfiVariables = true; - efiSysMountPoint = "/boot"; }; grub = { - version = 2; enable = true; efiSupport = true; useOSProber = true;