fix kernel config

This commit is contained in:
LavaDesu 2021-05-31 16:17:31 +07:00
parent edcdb9320f
commit f593ab2988
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -56,7 +56,9 @@ self: super: {
CGROUP_DEBUG = no; CGROUP_DEBUG = no;
# disable numa # 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; AMD_NUMA = no;
X86_64_ACPI_NUMA = no; X86_64_ACPI_NUMA = no;
NODES_SPAN_OTHER_NODES = no; NODES_SPAN_OTHER_NODES = no;