Skip to content

Commit e09fe56

Browse files
committed
aenderer: use grub
1 parent 2b55511 commit e09fe56

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

modules/hardware/hardware-aenderer.nix

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@
77
./disko-aenderer.nix
88
];
99

10-
boot.loader.efi.canTouchEfiVariables = true;
11-
boot.loader.refind.enable = true;
10+
boot.loader.grub.enable = true;
11+
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";
1218

1319
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "usbhid" ];
1420
boot.initrd.kernelModules = [ ];

0 commit comments

Comments
 (0)