operating-systems: buer: Reduce grub timeout to 1 second

pull/1/head
Luis Guilherme Coelho 2023-12-26 20:09:32 -03:00
parent 975459b542
commit f89349fd0d
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
(radix packages text-editors) (radix packages text-editors)
(radix packages shells) (radix packages shells)
(radix services admin) (radix services admin)
(radix services linux) (radix services pm)
(radix system setuid) (radix system setuid)
(radix secrets) (radix secrets)
(radix utils) (radix utils)
@ -49,6 +49,7 @@
(bootloader-configuration (bootloader-configuration
(bootloader grub-bootloader) (bootloader grub-bootloader)
(targets `("/dev/sda")) (targets `("/dev/sda"))
(timeout 1)
(theme (grub-theme (theme (grub-theme
(image (file-append %artwork-repository (image (file-append %artwork-repository
"/backgrounds/guix-silver-16-9.svg")) "/backgrounds/guix-silver-16-9.svg"))