fix(libra): Switch to kernel 6.6
This commit is contained in:
parent
108da673d2
commit
db1f5e85c4
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# 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`).
|
||||
|
||||
{ nixos-hardware }: {
|
||||
{ nixos-hardware }: { pkgs, ... }: {
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
@ -19,6 +19,8 @@
|
|||
"/nix".options = [ "compress=zstd" "noatime" ];
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue