Going back to kernel 6.1

This commit is contained in:
Lyes Saadi 2024-05-09 13:20:53 +02:00
parent 4e66c42e10
commit 9ff943197f
No known key found for this signature in database
GPG key ID: 17418538BAA17767

View file

@ -1,10 +1,13 @@
{ ... }: { pkgs, ... }:
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
# Trying to solve kernel panics
boot.kernelPackages = pkgs.linuxPackages_6_1;
# Optimisation # Optimisation
# nixpkgs.hostPlatform = { # nixpkgs.hostPlatform = {