switch to lts kernel #94

Merged
rouven.seifert merged 1 commit from linux-lts into main 2024-10-13 14:09:34 +02:00
Showing only changes of commit 7d69600115 - Show all commits

View file

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