Update flake and add kernel patch

This commit is contained in:
Chris Thompson 2025-01-06 14:47:40 -05:00
parent 04cee1bdd8
commit 5e73c697d5
2 changed files with 18 additions and 7 deletions

View file

@ -38,7 +38,18 @@
# };
boot.initrd.luks.devices."nvme2n1p2_oldcrypt".device = "/dev/disk/by-uuid/44235dca-99e8-4ea8-9516-97d9f5a2d702";
boot.kernelModules = [ "kvm-amd" "nct6775" ];
# Direct patching for enabling for async reprojection (steamvr)
boot.kernelPatches = [
{
name = "amdgpu-ignore-ctx-privileges";
patch = pkgs.fetchpatch {
name = "cap_sys_nice_begone.patch";
url = "https://github.com/Frogging-Family/community-patches/raw/master/linux61-tkg/cap_sys_nice_begone.mypatch";
hash = "sha256-Y3a0+x2xvHsfLax/uwycdJf3xLxvVfkfDVqjkxNaYEo=";
};
}
];
services.fwupd.enable = true;
services.hardware.openrgb.enable = true;
# Add flakes