updates: linux 6.16, nixpkgs, home-manager

This commit is contained in:
2025-09-11 13:37:08 -07:00
parent 57d47def99
commit 8880ac8158
2 changed files with 7 additions and 6 deletions

View File

@@ -8,6 +8,7 @@
];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_15;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_16;
boot.loader = {
efi.canTouchEfiVariables = true;
timeout = 3;