mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-02-06 18:02:48 +01:00
opengl
This commit is contained in:
parent
85370176df
commit
c49ee9aec0
2 changed files with 17 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
];
|
||||
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc"];
|
||||
boot.initrd.kernelModules = [];
|
||||
boot.initrd.kernelModules = ["i915"];
|
||||
boot.kernelModules = ["kvm-intel"];
|
||||
boot.extraModulePackages = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue