aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2023-12-13 01:15:43 +0100
committerTimo Wilken2023-12-13 01:18:22 +0100
commit5be8cd1a02ef562a9a8ee251d3cc401585dd3491 (patch)
tree1b3f1cdb5ae3f21470ba124c5d70dbf77a2ea6ae
parent60b37c2d8568897ba4e0bfaf76bb88b166626bd9 (diff)
Revert kernel update on lap
The NVIDIA module is only built against linux-lts, and fails to compile against linux.
-rw-r--r--tw/system/lap.scm3
1 files changed, 2 insertions, 1 deletions
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"