mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
rainbow-planet works
This commit is contained in:
parent
cf3f5e67a5
commit
ccd6bbae07
6 changed files with 61 additions and 51 deletions
|
|
@ -11,6 +11,10 @@
|
|||
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.kernelParams = [
|
||||
"i915.enable_fbc=1"
|
||||
"i915.enable_psr=2"
|
||||
];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue