From 33cf65bd238d5f7c74f7f6cd223338f934a081c8 Mon Sep 17 00:00:00 2001 From: Sokhibjon Orzikulov Date: Wed, 12 Jun 2024 07:37:48 +0500 Subject: [PATCH] Update robot.nix --- robot.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/robot.nix b/robot.nix index 8393f38..b212f1e 100644 --- a/robot.nix +++ b/robot.nix @@ -10,13 +10,15 @@ }; boot.loader = { - systemd-boot.enable = true; + systemd-boot.enable = false; efi.canTouchEfiVariables = true; - # grub = { - # enable = true; - # efiSupport = true; - # devices = ["nodev"]; - # }; + grub = { + enable = true; + device = "nodev"; + efiSupport = true; + useOSProber = true; + efiInstallAsRemovable = true; + }; }; services.openssh = {