fix CVE-2026-31431 #31

Merged
sid merged 1 commit from develop into release-25.11 2026-05-02 23:11:15 +02:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 21b53744cd - Show all commits

View file

@ -0,0 +1,8 @@
{ lib, pkgs, ... }:
{
# fix CVE-2026-31431
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.18.22") (
lib.mkDefault pkgs.linuxPackages_6_18
);
}

View file

@ -1,5 +1,6 @@
{
imports = [
./boot.nix
./environment.nix
./htop.nix
./nationalization.nix