From 70f09bd5c7463ff575bcac10ac0d20f68a7d5d09 Mon Sep 17 00:00:00 2001 From: Sokhibjon Orzikulov Date: Wed, 12 Jun 2024 07:57:59 +0500 Subject: [PATCH] removed sysmount & version --- robot.nix | 2 -- 1 file changed, 2 deletions(-) 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;