From 3ed8d71a5f9eb3cfc37ad36297d43735c0575993 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 23 Sep 2024 15:41:01 +0200 Subject: [PATCH] just use the latest kernel --- share/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/common.nix b/share/common.nix index 4026210..242d6f6 100644 --- a/share/common.nix +++ b/share/common.nix @@ -25,8 +25,8 @@ in # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "23.05"; # Did you read the comment? - # use the ZEN kernel - boot.kernelPackages = pkgs.linuxPackages_zen; + # use the latest kernel + boot.kernelPackages = pkgs.linuxPackages_latest; # my kernel parameters boot.kernelParams = [