From 0f69e6a7ab3b7d1a498bdfdfb6b3e708dbaa8d5d Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 31 May 2021 01:42:45 +0700 Subject: [PATCH] fix config --- overlays/linux.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/overlays/linux.nix b/overlays/linux.nix index 12fdfe8..5181559 100644 --- a/overlays/linux.nix +++ b/overlays/linux.nix @@ -25,16 +25,16 @@ self: super: { version = "${mmp}-tkg-Lava"; isZen = true; structuredExtraConfig = with super.lib.kernel; { - CONFIG_LOCALVERSION = freeform "-tkg-Lava"; - CONFIG_ZENIFY = yes; - CONFIG_FUTEX2 = yes; - CONFIG_SCHED_ALT = yes; - CONFIG_SCHED_PDS = yes; - CONFIG_MHASWELL = yes; - CONFIG_NO_HZ = yes; - CONFIG_NO_HZ_IDLE = yes; - CONFIG_HZ_100 = yes; - CONFIG_WINESYNC = yes; + LOCALVERSION = freeform "-tkg-Lava"; + ZENIFY = yes; + FUTEX2 = yes; + SCHED_ALT = yes; + SCHED_PDS = yes; + MHASWELL = yes; + NO_HZ = yes; + NO_HZ_IDLE = yes; + HZ_100 = yes; + WINESYNC = yes; }; ignoreConfigErrors = true;