Literally never trust nixos to do anything automatically ever again please

This commit is contained in:
Bun 2025-04-04 04:25:26 -04:00
parent b4c1494eb3
commit 6069da2e1d
3 changed files with 4 additions and 6 deletions

View file

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