aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-04-19 16:49:28 -0600
committerKenny Ballou <kb@devnulllabs.io>2022-04-19 16:49:28 -0600
commit90f417e63797becccae0cd2eaacc012b75cff5e3 (patch)
tree8e04b0c46a25f288808b373dd6379817a4395509 /systems
parentd1493d76ce191d7160035a65c33fc2023bce0551 (diff)
downloaddotfiles-90f417e63797becccae0cd2eaacc012b75cff5e3.tar.gz
dotfiles-90f417e63797becccae0cd2eaacc012b75cff5e3.tar.xz
systems: use LTS kernel
There be some issues with latest at the moment. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/daeva.scm2
-rw-r--r--systems/yak.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/systems/daeva.scm b/systems/daeva.scm
index 3b1c8906..de0e5df3 100644
--- a/systems/daeva.scm
+++ b/systems/daeva.scm
@@ -51,7 +51,7 @@
(define daeva-system
(operating-system
- (kernel linux)
+ (kernel linux-lts)
(firmware (list linux-firmware))
(initrd microcode-initrd)
(host-name "daeva")
diff --git a/systems/yak.scm b/systems/yak.scm
index e0e3637f..97e8f9d2 100644
--- a/systems/yak.scm
+++ b/systems/yak.scm
@@ -53,7 +53,7 @@
(define yak-system
(operating-system
- (kernel linux)
+ (kernel linux-lts)
(firmware (list linux-firmware))
(initrd microcode-initrd)
(host-name "yak")