fix(libra): Switch to kernel 6.6

This commit is contained in:
Jalil David Salamé Messina 2024-01-19 18:37:36 +01:00
parent 108da673d2
commit db1f5e85c4

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page, on # your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`). # https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ nixos-hardware }: { { nixos-hardware }: { pkgs, ... }: {
imports = [ imports = [
# Include the results of the hardware scan. # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
@ -19,6 +19,8 @@
"/nix".options = [ "compress=zstd" "noatime" ]; "/nix".options = [ "compress=zstd" "noatime" ];
}; };
boot.kernelPackages = pkgs.linuxPackages_6_6;
hardware.opengl.enable = true; hardware.opengl.enable = true;
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;