mirror of
https://github.com/blahai/nyx.git
synced 2025-06-22 20:17:00 -04:00
Global: fix pci passtrough. Nyx: bunch of old changes
This commit is contained in:
parent
c3dbd37098
commit
8055d2c8c1
3 changed files with 34 additions and 33 deletions
|
@ -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."/" =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue