Switching to latest Kernel
This commit is contained in:
parent
efb3a521b8
commit
eb0a194188
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
|||
];
|
||||
|
||||
# Trying to solve kernel panics
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_1;
|
||||
# boot.kernelPackages = pkgs.linuxPackages_6_1;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
# Optimisation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue