We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b55511 commit e09fe56Copy full SHA for e09fe56
1 file changed
modules/hardware/hardware-aenderer.nix
@@ -7,8 +7,14 @@
7
./disko-aenderer.nix
8
];
9
10
- boot.loader.efi.canTouchEfiVariables = true;
11
- boot.loader.refind.enable = true;
+ boot.loader.grub.enable = true;
+ boot.loader.grub.efiSupport = true;
12
+ boot.loader.grub.efiInstallAsRemovable = true;
13
+ # boot.loader.efi.canTouchEfiVariables = true;
14
+ # boot.loader.refind.enable = true;
15
+ # boot.loader.grub.devices = [ "/dev/disk/by-id/nvme-Micron_MTFDKBA512TGD-2BK15ABLT_253652D5E602" ];
16
+ boot.loader.grub.devices = [ "nodev" ];
17
+ boot.loader.grub.gfxmodeEfi = "1920x1200";
18
19
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "usbhid" ];
20
boot.initrd.kernelModules = [ ];
0 commit comments