Disable kernel patching
This commit is contained in:
parent
da0a90751e
commit
770b184573
1 changed files with 10 additions and 10 deletions
|
@ -48,16 +48,16 @@
|
||||||
boot.kernelModules = [ "kvm-amd" "nct6775" ];
|
boot.kernelModules = [ "kvm-amd" "nct6775" ];
|
||||||
|
|
||||||
# Direct patching for enabling for async reprojection (for SteamVR) on AMD
|
# Direct patching for enabling for async reprojection (for SteamVR) on AMD
|
||||||
boot.kernelPatches = [
|
#boot.kernelPatches = [
|
||||||
{
|
# {
|
||||||
name = "amdgpu-ignore-ctx-privileges";
|
# name = "amdgpu-ignore-ctx-privileges";
|
||||||
patch = pkgs.fetchpatch {
|
# patch = pkgs.fetchpatch {
|
||||||
name = "cap_sys_nice_begone.patch";
|
# name = "cap_sys_nice_begone.patch";
|
||||||
url = "https://github.com/Frogging-Family/community-patches/raw/master/linux61-tkg/cap_sys_nice_begone.mypatch";
|
# url = "https://github.com/Frogging-Family/community-patches/raw/master/linux61-tkg/cap_sys_nice_begone.mypatch";
|
||||||
hash = "sha256-Y3a0+x2xvHsfLax/uwycdJf3xLxvVfkfDVqjkxNaYEo=";
|
# hash = "sha256-Y3a0+x2xvHsfLax/uwycdJf3xLxvVfkfDVqjkxNaYEo=";
|
||||||
};
|
# };
|
||||||
}
|
# }
|
||||||
];
|
#];
|
||||||
services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
services.hardware.openrgb.enable = true;
|
services.hardware.openrgb.enable = true;
|
||||||
# Add flakes
|
# Add flakes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue