diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-09-02 09:25:35 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-09-02 09:25:51 +0530 |
commit | 444e2a8fb85d61e3768ae7f0ea07f2a79f69b775 (patch) | |
tree | 61332de9ab8695b69054b1f6dda43ab62328defb /hosts/cez.nix | |
parent | 9fb8b2af653ad983b8f49c1b2ea95cd88c726192 (diff) |
hosts/cez: switch to the mainline kernel
Diffstat (limited to 'hosts/cez.nix')
-rw-r--r-- | hosts/cez.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 = { |