{ modulesPath, ... }: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; boot = { initrd = { availableKernelModules = [ "xhci_pci" "ahci" "nvme" "uas" "sd_mod" ]; kernelModules = [ ]; }; loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true; }; kernelModules = [ "kvm-intel" ]; extraModulePackages = [ ]; }; }