less noise

This commit is contained in:
Christoph Cullmann 2024-01-10 21:59:35 +01:00
parent 64b92b335a
commit 33c4fe1bd5

View file

@ -4,9 +4,7 @@
{ config, lib, pkgs, modulesPath, ... }:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ "amdgpu" ];