Global: fix pci passtrough. Nyx: bunch of old changes

This commit is contained in:
blahai 2024-10-28 17:18:56 +02:00
parent c3dbd37098
commit 8055d2c8c1
No known key found for this signature in database
3 changed files with 34 additions and 33 deletions

View file

@ -9,8 +9,8 @@
];
boot.initrd.availableKernelModules = [ "nvme" "ahci" "xhci_pci" "usbhid" "hid_generic" "uas" "sd_mod" ];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" "amd-pstate" "amdgpu" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" "amd-pstate" ];
boot.extraModulePackages = [ ];
fileSystems."/" =