1 { 2 boot.loader.systemd-boot.enable = true; 3 boot.loader.efi.canTouchEfiVariables = true; 4 boot.initrd.availableKernelModules = [ 5 "xhci_pci" 6 "ahci" 7 "nvme" 8 "usb_storage" 9 "sd_mod" 10 ]; 11 }