clean(?) stuff

This commit is contained in:
Cy Pokhrel 2024-11-26 01:09:13 -05:00
parent b6a5f08110
commit fd70c920c5
No known key found for this signature in database
GPG key ID: 1200FBE36C2ADE2E
4 changed files with 23 additions and 11 deletions

View file

@ -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" ];