Force kernel config overrides
This commit is contained in:
parent
dcce2af4aa
commit
5d957231ba
1 changed files with 14 additions and 2 deletions
|
|
@ -16,11 +16,12 @@
|
|||
});
|
||||
kernelPatches = [
|
||||
{
|
||||
name = "gpu";
|
||||
name = "cpu";
|
||||
structuredExtraConfig = (
|
||||
with lib.kernel;
|
||||
{
|
||||
PROCESSOR_SELECT = yes;
|
||||
#
|
||||
CPU_SUP_INTEL = no;
|
||||
CPU_SUP_HYGON = no;
|
||||
CPU_SUP_CENTAUR = no;
|
||||
|
|
@ -86,7 +87,7 @@
|
|||
with lib.kernel;
|
||||
{
|
||||
BT = no;
|
||||
# VLAN_8021Q = no;
|
||||
HAMRADIO = lib.mkForce no;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
@ -100,6 +101,17 @@
|
|||
}
|
||||
);
|
||||
}
|
||||
{
|
||||
name = "garbo";
|
||||
structuredExtraConfig = (
|
||||
with lib.kernel;
|
||||
{
|
||||
IIO = no;
|
||||
GOOGLE_FIRMWARE = lib.mkForce no;
|
||||
GNSS = no;
|
||||
}
|
||||
);
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue