feat(libra): Hide systemd-boot menu by default

Press and hold space during boot to show the menu.
This commit is contained in:
Jalil David Salamé Messina 2024-02-12 18:32:59 +01:00
parent f82e9ecfbf
commit 49ec78ea2e
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -28,9 +28,10 @@
hardware.tuxedo-rs.tailor-gui.enable = true;
# Use the systemd-boot EFI boot loader.
boot.loader.timeout = 0; # Press Space to show the menu
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 10;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "libra";
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.