Dirty still

This commit is contained in:
Annika Merris 2024-05-21 11:31:04 -04:00
parent 127d831889
commit c8e1248e1d
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ inputs, globals, config, lib, pkgs, modulesPath, ... }:
with inputs;
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];