summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = {