kernel version and custop patch example
This commit is contained in:
@@ -26,7 +26,16 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_6_8;
|
boot.kernelPackages = pkgs.linuxPackages_6_10;
|
||||||
|
# boot.kernelPatches = [
|
||||||
|
# {
|
||||||
|
# name = "amd-drm-glitch-fix";
|
||||||
|
# patch = (pkgs.fetchurl {
|
||||||
|
# url = "https://patchwork.freedesktop.org/patch/605900/raw/";
|
||||||
|
# hash = "sha256-WR537QGQak5pwm4BnLiQ/pc7gAkn2SdI3QRvGTRZSFE=";
|
||||||
|
# });
|
||||||
|
# }
|
||||||
|
# ];
|
||||||
boot.kernelParams = ["amd_pstate=active"];
|
boot.kernelParams = ["amd_pstate=active"];
|
||||||
boot.supportedFilesystems = ["ntfs"];
|
boot.supportedFilesystems = ["ntfs"];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user