about summary refs log tree commit diff stats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/post/nixos-on-nanopi-r5s.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/post/nixos-on-nanopi-r5s.md b/content/post/nixos-on-nanopi-r5s.md
index 46c8cfa..825d6b4 100644
--- a/content/post/nixos-on-nanopi-r5s.md
+++ b/content/post/nixos-on-nanopi-r5s.md
@@ -48,7 +48,8 @@ in
 {
   imports = [ ./hardware-configuration.nix ];
   boot = {
-    kernelParams = [ "console=tty0" ];
+    kernelPackages = pkgs.linuxKernel.packages.linux_6_4;
+
     # partial Rockchip related changes from Debian 12 kernel version 6.1
     # Also, see here:
     # https://discourse.nixos.org/t/how-to-provide-missing-headers-to-a-kernel-build/11422/3