kernel bump

This commit is contained in:
TheK0tYaRa 2026-03-15 09:50:52 +02:00
parent 0b9c676fc4
commit 20828a09fc
2 changed files with 5 additions and 8 deletions

View file

@ -4,13 +4,9 @@
kernel-src,
...
}:
let
linuxMainline = import ./kernel.nix { inherit pkgs lib kernel-src; };
in
{
boot = {
kernelPackages = pkgs.linuxPackagesFor linuxMainline;
kernelPackages = pkgs.linuxPackagesFor (import ./kernel.nix { inherit pkgs lib kernel-src; });
kernelPatches = [
{
name = "gpu";
@ -77,10 +73,11 @@ in
);
}
{
name = "network";
name = "network and wireless";
structuredExtraConfig = (
with lib.kernel;
{
BT = no;
# VLAN_8021Q = no;
}
);

View file

@ -23,8 +23,8 @@
intel-hw.url = "github:MordragT/nixos";
nix-flatpak.url = "github:gmodena/nix-flatpak/latest";
kernel-src = {
# url = "git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git?ref=master";
url = "git+https://gitlab.freedesktop.org/drm/tip.git?rev=6884fe03ff2bc5a2f501ba4710f950dd4933ac84&shallow=1";
# url = "git+https://gitlab.freedesktop.org/drm/tip.git?shallow=1";
url = "git+https://gitlab.freedesktop.org/drm/tip.git?rev=bbe6ae2e40f59b05f04a75989b3b3bbb005342a2&shallow=1";
flake = false;
};
sccache = {