We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fa6df commit fd1a1bcCopy full SHA for fd1a1bc
1 file changed
modules/hardware/hardware-aenderer.nix
@@ -7,9 +7,8 @@
7
./disko-aenderer.nix
8
];
9
10
- # Use the systemd-boot EFI boot loader.
11
- boot.loader.systemd-boot.enable = true;
12
boot.loader.efi.canTouchEfiVariables = true;
+ boot.loader.refind.enable = true;
13
14
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "usbhid" ];
15
boot.initrd.kernelModules = [ ];
0 commit comments