summary refs log tree commit diff stats
path: root/post
diff options
context:
space:
mode:
authorAlan Pearce2023-08-02 06:35:57 +0200
committerAlan Pearce2023-08-02 06:35:57 +0200
commit695fe846875b7a33ed22663d0b76050685ff5d2a (patch)
tree68036161ee658dbd1dcf01680450f20f840ad0b2 /post
parent585d793a297d23d6955249f6cf76bc64e54de936 (diff)
downloadwebsite-695fe846875b7a33ed22663d0b76050685ff5d2a.tar.lz
website-695fe846875b7a33ed22663d0b76050685ff5d2a.tar.zst
website-695fe846875b7a33ed22663d0b76050685ff5d2a.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