mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
--amend
This commit is contained in:
parent
354eecbdfb
commit
aaa7c628ac
1 changed files with 10 additions and 2 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue