From 7d696001159f3c5a5e9ec7f17897d4b8f789f164 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Tue, 8 Oct 2024 21:39:17 +0200 Subject: [PATCH] switch to lts kernel zfs latestCompatibleLinuxPackages will be deprecated at some point --- hosts/quitte/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/quitte/configuration.nix b/hosts/quitte/configuration.nix index 382e2c2..7f75d9d 100644 --- a/hosts/quitte/configuration.nix +++ b/hosts/quitte/configuration.nix @@ -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;