rainbow-planet works

This commit is contained in:
Gene Liverman 2024-06-05 00:07:36 -04:00
parent cf3f5e67a5
commit ccd6bbae07
6 changed files with 61 additions and 51 deletions

View file

@ -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."/" =