From b352a99dca40f4121bf6fab848c4dfdd4adaf2d2 Mon Sep 17 00:00:00 2001 From: Sokhibjon Orzikulov Date: Wed, 12 Jun 2024 07:52:08 +0500 Subject: [PATCH] Update robot.nix --- robot.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/robot.nix b/robot.nix index 40953af..1d8376a 100644 --- a/robot.nix +++ b/robot.nix @@ -11,13 +11,16 @@ boot.loader = { systemd-boot.enable = false; - efi.canTouchEfiVariables = true; + efi = { + canTouchEfiVariables = true; + efiSysMountPoint = "/boot"; + }; grub = { + version = 2; enable = true; - device = "nodev"; efiSupport = true; useOSProber = true; - # efiInstallAsRemovable = true; + device = "nodev"; }; };