feat(desktop): use recent kernel

This commit is contained in:
uku 2024-10-16 11:23:06 +02:00
parent 3e3af69560
commit 5331f9b8a4
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
3 changed files with 4 additions and 2 deletions

View file

@ -33,7 +33,7 @@ in {
];
boot = {
kernelPackages = lib.mkForce pkgs.linuxPackages_6_1;
kernelPackages = pkgs.linuxPackages_6_1;
loader.systemd-boot.enable = true;
};