switch to lts kernel

zfs latestCompatibleLinuxPackages will be deprecated at some point
This commit is contained in:
Rouven Seifert 2024-10-08 21:39:17 +02:00
parent efc38dac8f
commit 7d69600115
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ pkgs, ... }:
{
imports =
@ -16,7 +16,6 @@
# boot.kernelParams = [ "video=VGA-1:1024x768@30" ];
boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = [ "zfs" ];
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
services.zfs = {
trim.enable = true;