remove unused line

This commit is contained in:
Andreas Zweili 2021-11-23 21:27:52 +01:00
parent c30afb4657
commit 03d666326e
1 changed files with 0 additions and 4 deletions

View File

@ -4,10 +4,6 @@
{ config, lib, pkgs, modulesPath, ... }:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "aesni_intel" "cryptd" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-intel" ];