From 872d29c68896e8d768221ac2f4abe895295dc506 Mon Sep 17 00:00:00 2001 From: Maaz Khokhar Date: Mon, 22 Jun 2026 18:41:32 -0500 Subject: [PATCH] no comments... --- hosts/laptop/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 44cc167..c56b09b 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -29,13 +29,13 @@ loader = { efi = { canTouchEfiVariables = true; - efiSysMountPoint = "/boot"; # Adjust if your EFI partition is mounted elsewhere (e.g., /boot/efi) + efiSysMountPoint = "/boot"; }; grub = { enable = true; - device = "nodev"; # "nodev" is required for EFI installs + device = "nodev"; efiSupport = true; - useOSProber = true; # Set to true if you are dual-booting with Windows/other distros + useOSProber = true; }; };