summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-09-02 09:25:35 +0530
committersinanmohd <sinan@sinanmohd.com>2023-09-02 09:25:51 +0530
commit444e2a8fb85d61e3768ae7f0ea07f2a79f69b775 (patch)
tree61332de9ab8695b69054b1f6dda43ab62328defb
parent9fb8b2af653ad983b8f49c1b2ea95cd88c726192 (diff)
hosts/cez: switch to the mainline kernel
-rw-r--r--hosts/cez.nix3
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 = {