global/packages: pin kernel to linux 6.5
This commit is contained in:
parent
964e77108d
commit
171426990e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
# Use the latest Linux kernel
|
# Use the latest Linux kernel
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_6_5;
|
||||||
|
|
||||||
# Remove all default packages
|
# Remove all default packages
|
||||||
environment.defaultPackages = lib.mkForce [ ];
|
environment.defaultPackages = lib.mkForce [ ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue