update nixpkgs + kernel 6.13

This commit is contained in:
Henri Dohmen 2025-03-27 00:00:05 +01:00
parent 7d7d1b076d
commit 7f4925f715
3 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
boot.loader = {
efi.canTouchEfiVariables = true;
@ -8,4 +8,6 @@
device = "nodev";
};
};
boot.kernelPackages = pkgs.linuxPackages_6_13;
}