From f89349fd0de9c81dfc258d228e7abf6a63f8ae4d Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Tue, 26 Dec 2023 20:09:32 -0300 Subject: [PATCH] operating-systems: buer: Reduce grub timeout to 1 second --- buer.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buer.scm b/buer.scm index b4653a4..506c12d 100644 --- a/buer.scm +++ b/buer.scm @@ -8,7 +8,7 @@ (radix packages text-editors) (radix packages shells) (radix services admin) - (radix services linux) + (radix services pm) (radix system setuid) (radix secrets) (radix utils) @@ -49,6 +49,7 @@ (bootloader-configuration (bootloader grub-bootloader) (targets `("/dev/sda")) + (timeout 1) (theme (grub-theme (image (file-append %artwork-repository "/backgrounds/guix-silver-16-9.svg"))