From 6a61ea9d78091e6802d73cf6e23c71b8936c9018 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 31 May 2021 16:21:13 +0700 Subject: [PATCH] fuck it --- overlays/linux.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/overlays/linux.nix b/overlays/linux.nix index 699f675..bf7cd1c 100644 --- a/overlays/linux.nix +++ b/overlays/linux.nix @@ -24,7 +24,10 @@ self: super: { in { version = "${mmp}-tkg-Lava"; isZen = true; - structuredExtraConfig = with super.lib.kernel; { + # TODO: + # some stuff is set in pkgs/os-specific/linux/kernel/common-config.nix + # but i have no idea how to change it + structuredExtraConfig = with super.lib.kernel; builtins.mapAttrs (_: value: super.lib.mkForce value) { LOCALVERSION = freeform "-tkg-Lava"; ZENIFY = yes; FUTEX2 = yes; @@ -56,9 +59,7 @@ self: super: { CGROUP_DEBUG = no; # disable numa - # TODO: is set in pkgs/os-specific/linux/kernel/common-config.nix - # but i have no idea how to change it - NUMA = super.lib.mkForce no; + NUMA = no; AMD_NUMA = no; X86_64_ACPI_NUMA = no; NODES_SPAN_OTHER_NODES = no;