about summary refs log tree commit diff stats
path: root/content/post
diff options
context:
space:
mode:
authorAlan Pearce2023-08-02 06:35:57 +0200
committerAlan Pearce2023-08-02 06:35:57 +0200
commita37e7efe7d6cdfb9e3a7dfbc281c8b92eb7b7b21 (patch)
tree070c57eddc6b5c5041764048141a5cae8f9e82af /content/post
parent994fb96cf94676e400b44584249cf91314d778c4 (diff)
downloadwebsite-a37e7efe7d6cdfb9e3a7dfbc281c8b92eb7b7b21.tar.lz
website-a37e7efe7d6cdfb9e3a7dfbc281c8b92eb7b7b21.tar.zst
website-a37e7efe7d6cdfb9e3a7dfbc281c8b92eb7b7b21.zip
Update kernel setup
Diffstat (limited to 'content/post')
-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