vno1-gdrx: fix rr-zen_workaround

This commit is contained in:
2025-04-13 22:52:37 +03:00
parent ed60715544
commit 7e41f52ec1

View File

@@ -7,6 +7,7 @@
}:
let
nvme = "/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_2TB_S6P1NX0TA00913P";
linuxPackage = pkgs.linuxPackages_latest;
in
{
imports = [
@@ -36,7 +37,7 @@ in
boot = {
kernelModules = [ "kvm-intel" ];
kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
kernelPackages = lib.mkForce linuxPackage;
initrd = {
availableKernelModules = [
"xhci_pci"
@@ -173,7 +174,7 @@ in
environment.systemPackages = with pkgs; [
(python3.withPackages (ps: [ ps.onvif-zeep ]))
linuxPackages.rr-zen_workaround
linuxPackage.rr-zen_workaround
lutris
];