From f0a94a72d7f191120682e97130f8277cd56f82d0 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 21 Dec 2025 18:18:06 +0100 Subject: laptop commit --- sys/core/bootloader.nix | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'sys/core/bootloader.nix') diff --git a/sys/core/bootloader.nix b/sys/core/bootloader.nix index 7293ffc..3564451 100644 --- a/sys/core/bootloader.nix +++ b/sys/core/bootloader.nix @@ -24,11 +24,17 @@ in }) (lib.mkIf (cfg == "grub") { - boot.loader.grub = { - enable = true; - device = "nodev"; - efiSupport = true; - useOSProber = true; + boot.loader = { + timeout = 3; + efi.efiSysMountPoint = "/boot"; + grub = { + enable = true; + device = "nodev"; + efiSupport = true; + useOSProber = true; + + default = 2; + }; }; }) ]; -- cgit v1.3