fixup gui

This commit is contained in:
Ehmry - 2021-04-15 09:30:12 +02:00
parent bd0d34d99a
commit 85a91fcaa2
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ in pkgs.stdenv.mkDerivation {
cat <<EOF > $grubdir/grub.cfg
set timeout=3
set default=0
set gfxmode=auto
set gfxpayload=auto
${config.boot.loader.grub.extraEntries}