mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
remove clear linux patches
This commit is contained in:
parent
8dd7a98a4e
commit
789c2083a5
2 changed files with 0 additions and 23 deletions
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -170,10 +169,6 @@
|
|||
};
|
||||
};
|
||||
boot = {
|
||||
kernelPatches = lib.singleton {
|
||||
patch = self.packages.clear-patches;
|
||||
name = "Clear Linux* patchset";
|
||||
};
|
||||
kernelModules = [ "amdgpu" ];
|
||||
initrd = {
|
||||
availableKernelModules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue