slightly saner multi-efi setup

This commit is contained in:
Gerg-L 2023-07-31 21:26:13 -04:00
parent ed20ccf64d
commit 46ac5bc156
3 changed files with 92 additions and 101 deletions

View file

@ -149,6 +149,7 @@
boot = {
kernelModules = ["amdgpu"];
initrd = {
systemd.enable = true;
availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "sd_mod"];
includeDefaultModules = false;
};