Literally never trust nixos to do anything automatically ever again please
This commit is contained in:
parent
b4c1494eb3
commit
6069da2e1d
3 changed files with 4 additions and 6 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue