From 444e2a8fb85d61e3768ae7f0ea07f2a79f69b775 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 2 Sep 2023 09:25:35 +0530 Subject: hosts/cez: switch to the mainline kernel --- hosts/cez.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/cez.nix b/hosts/cez.nix index dfac196..8d558ef 100644 --- a/hosts/cez.nix +++ b/hosts/cez.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { imports = [ @@ -10,6 +10,7 @@ boot = { initrd.luks.reusePassphrases = true; consoleLogLevel = 3; + kernelPackages = pkgs.linuxPackages_latest; }; networking = { -- cgit v1.2.3