Compare commits

..

No commits in common. "5f6ad9ecf517ba1da78f868a0173efc427c0354c" and "e76a05b512027d66eeb6b9433927e0a48c3fed9d" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View file

@ -1,8 +0,0 @@
{ 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,6 +1,5 @@
{ {
imports = [ imports = [
./boot.nix
./environment.nix ./environment.nix
./htop.nix ./htop.nix
./nationalization.nix ./nationalization.nix