summary refs log tree commit diff stats
path: root/post
diff options
context:
space:
mode:
authorAlan Pearce2023-08-02 06:35:57 +0200
committerAlan Pearce2025-03-16 00:56:49 +0100
commit4891f4523b2b0e11c21eec8716afe54eb1d58e5d (patch)
tree6f370716affe7d147f1fce29b951e0bcad93b5e4 /post
parentdc6f37e98e849c6aa9a69a8e5c82818bc92357df (diff)
downloadwebsite-4891f4523b2b0e11c21eec8716afe54eb1d58e5d.tar.lz
website-4891f4523b2b0e11c21eec8716afe54eb1d58e5d.tar.zst
website-4891f4523b2b0e11c21eec8716afe54eb1d58e5d.zip
Update kernel setup
Diffstat (limited to 'post')
-rw-r--r--post/nixos-on-nanopi-r5s.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/post/nixos-on-nanopi-r5s.md b/post/nixos-on-nanopi-r5s.md
index 46c8cfa..825d6b4 100644
--- a/post/nixos-on-nanopi-r5s.md
+++ b/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