kernel version and custop patch example

This commit is contained in:
2024-08-03 15:09:48 +03:00
parent b292094fa5
commit 28d27a9f25

View File

@@ -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.supportedFilesystems = ["ntfs"];