no comments...

This commit is contained in:
2026-06-22 18:41:32 -05:00
parent 660828b9e7
commit 872d29c688
+3 -3
View File
@@ -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;
};
};