From d80c8b3385bf7274b2e577dd560090e85148b839 Mon Sep 17 00:00:00 2001 From: twoneis Date: Tue, 7 May 2024 00:11:51 +0200 Subject: [PATCH] smaller hardware config --- devices/ellaca/hardware-config.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/devices/ellaca/hardware-config.nix b/devices/ellaca/hardware-config.nix index a4ae082..c0cbc1f 100644 --- a/devices/ellaca/hardware-config.nix +++ b/devices/ellaca/hardware-config.nix @@ -1,8 +1,4 @@ -{ config, lib, modulesPath, ... }: { - imports = [ - (modulesPath + "/installer/scan/not-detected.nix") - ]; - +{ config, lib, ... }: { boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ];