Remove unnecessary imports and upgrade to Nvidia 565

This commit is contained in:
Jimbo 2024-10-28 17:06:52 -04:00
parent af32ce3d45
commit ff6f206430
14 changed files with 15 additions and 43 deletions

View file

@ -1,10 +1,7 @@
{ config, lib, pkgs, modulesPath, ... }:
{
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];
boot = {
kernelModules = [ "kvm-amd" ];
initrd = {
availableKernelModules = [
"xhci_pci"
@ -16,7 +13,6 @@
"rtsx_usb_sdmmc"
];
};
kernelModules = [ "kvm-amd" ];
};
fileSystems = {