aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2024-01-06 18:36:03 -0700
committerKenny Ballou <kb@devnulllabs.io>2024-01-06 18:36:19 -0700
commit8eb68bd0d52d62c0361511139d7000549eeceee6 (patch)
treeed29631fd982d134e54c9c361e994b962bd575e5 /systems
parent6db0d297733f21a453b934a5ed6c0f82603ed29e (diff)
downloaddotfiles-8eb68bd0d52d62c0361511139d7000549eeceee6.tar.gz
dotfiles-8eb68bd0d52d62c0361511139d7000549eeceee6.tar.xz
systems: bard: use mainline kernel
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/bard.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/bard.scm b/systems/bard.scm
index 255aebe6..5b033404 100644
--- a/systems/bard.scm
+++ b/systems/bard.scm
@@ -49,7 +49,7 @@
(define bard-system
(operating-system
- (kernel linux-lts)
+ (kernel linux)
(firmware (list linux-firmware))
(initrd microcode-initrd)
(host-name "bard")