summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-xanmod.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-xanmod.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-xanmod.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-xanmod.nix b/pkgs/os-specific/linux/kernel/linux-xanmod.nix
index e56d3c878c9..4224255235a 100644
--- a/pkgs/os-specific/linux/kernel/linux-xanmod.nix
+++ b/pkgs/os-specific/linux/kernel/linux-xanmod.nix
@@ -18,6 +18,7 @@ buildLinux (args // rec {
   structuredExtraConfig = with lib.kernel; {
     PREEMPT = lib.mkForce yes;
     PREEMPT_VOLUNTARY = lib.mkForce no;
+    NO_HZ_FULL = yes;
   };
 
   extraMeta = {