kernel update?

This commit is contained in:
2025-08-08 22:04:23 -05:00
parent 4fcef84348
commit fd8506ee2c
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
]; ];
boot = { boot = {
#kernelPackages = pkgs.linuxKernel.packages.linux_6_6; #kernelPackages = pkgs.linuxKernel.packages.linux_6_16;
loader = { loader = {
systemd-boot.enable = true; systemd-boot.enable = true;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;

View File

@@ -17,6 +17,7 @@
# Bootloader. # Bootloader.
boot = { boot = {
kernelPackages = pkgs.linuxKernel.packages.linux_6_16;
loader = { loader = {
systemd-boot.enable = true; systemd-boot.enable = true;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;