From f593ab2988ac2b5b2de38e9c8ed6e3c3ad5f258d Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 31 May 2021 16:17:31 +0700 Subject: [PATCH] fix kernel config --- overlays/linux.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/overlays/linux.nix b/overlays/linux.nix index 7b23775..699f675 100644 --- a/overlays/linux.nix +++ b/overlays/linux.nix @@ -56,7 +56,9 @@ self: super: { CGROUP_DEBUG = no; # disable numa - NUMA = no; + # 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; AMD_NUMA = no; X86_64_ACPI_NUMA = no; NODES_SPAN_OTHER_NODES = no;