From 5be8cd1a02ef562a9a8ee251d3cc401585dd3491 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 13 Dec 2023 01:15:43 +0100 Subject: Revert kernel update on lap The NVIDIA module is only built against linux-lts, and fails to compile against linux. --- tw/system/lap.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tw/system') diff --git a/tw/system/lap.scm b/tw/system/lap.scm index 8fddf010..89a0014c 100644 --- a/tw/system/lap.scm +++ b/tw/system/lap.scm @@ -78,7 +78,8 @@ (chain-loader "/EFI/systemd/systemd-bootx64.efi")))))) ;; Use non-free kernel to load non-free firmware (e.g. for wifi). - (kernel nongnu:linux) + ;; This needs to be linux-lts to allow building nvidia-module from nonguix. + (kernel nongnu:linux-lts) (kernel-arguments (cons* ;;"nosplash" ;;"vt.global_cursor_default=0" -- cgit v1.2.3