updates: linux 6.16, nixpkgs, home-manager

This commit is contained in:
2025-09-18 12:39:45 -07:00
parent 57d47def99
commit 8880ac8158
2 changed files with 7 additions and 6 deletions
+1
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;