smaller hardware config

This commit is contained in:
twoneis 2024-05-07 00:11:51 +02:00
parent e68bf69975
commit d80c8b3385

View file

@ -1,8 +1,4 @@
{ config, lib, modulesPath, ... }: { { config, lib, ... }: {
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ]; boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ]; boot.kernelModules = [ "kvm-amd" ];