This commit is contained in:
Gerg-L 2024-05-01 19:23:47 -04:00
parent 354eecbdfb
commit aaa7c628ac
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -1,5 +1,10 @@
{ nvim-flake, self, ... }: { nvim-flake, self, ... }:
{ pkgs, config, ... }: {
pkgs,
config,
lib,
...
}:
{ {
local = { local = {
remoteBuild.isBuilder = true; remoteBuild.isBuilder = true;
@ -165,7 +170,10 @@
}; };
}; };
boot = { boot = {
kernelPatches = [ self.packages.clear-patches ]; kernelPatches = lib.singleton {
patch = self.packages.clear-patches;
name = "Clear Linux* patchset";
};
kernelModules = [ "amdgpu" ]; kernelModules = [ "amdgpu" ];
initrd = { initrd = {
availableKernelModules = [ availableKernelModules = [