aboutsummaryrefslogtreecommitdiff
path: root/tw/system/lap.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/system/lap.scm')
-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"