Hide boot menu by default

This commit is contained in:
SebastianStork 2024-06-04 16:55:46 +02:00
parent cc599c7ab3
commit 646fcbf7ec

View file

@ -15,7 +15,7 @@
configurationLimit = 20; configurationLimit = 20;
}; };
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
timeout = 3; timeout = 0;
}; };
systemd.watchdog.rebootTime = "10"; systemd.watchdog.rebootTime = "10";
}) })