From d0ea6d3c111286657c455f4fc29dc2bf5c594388 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Tue, 22 Oct 2024 23:07:08 -0300 Subject: [PATCH] operating-system: buer: Update kernel version --- operating-systems/buer.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operating-systems/buer.scm b/operating-systems/buer.scm index eecfa7f..e742914 100644 --- a/operating-systems/buer.scm +++ b/operating-systems/buer.scm @@ -117,7 +117,7 @@ "/backgrounds/guix-silver-16-9.svg")) (gfxmode `("1280x720x32")))))) - (kernel linux-libre-6.10) + (kernel linux-libre-6.11) (kernel-arguments (cons* "modprobe.blacklist=usbmouse,usbkbd,pcspkr" "thinkpad_acpi.fan_control=1"