updates: linux 7.2 , nixpkgs, home-manager, secrix

This commit is contained in:
2026-08-24 05:02:36 -07:00
parent 0e8d8122ef
commit 378ba963b4
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"sysrq_always_enabled=1"
];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_18;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_7_2;
boot.loader = {
efi.canTouchEfiVariables = true;
timeout = 3;