hosts/graphical-installer: update kernel version

This commit is contained in:
Gabriel Arazas 2025-04-21 11:41:14 +08:00
parent 73357d1051
commit a98e628c15
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -21,7 +21,7 @@
netbootxyz.enable = true;
};
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_6_6;
boot.kernelPackages = pkgs.linuxPackages_6_12;
# We'll make NetworkManager manage all of them networks.
networking.wireless.enable = false;