fix kernel config
This commit is contained in:
parent
edcdb9320f
commit
f593ab2988
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue