clean(?) stuff
This commit is contained in:
parent
b6a5f08110
commit
fd70c920c5
4 changed files with 23 additions and 11 deletions
|
@ -4,10 +4,6 @@
|
|||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue