feat(libra): Hide systemd-boot menu by default
Press and hold space during boot to show the menu.
This commit is contained in:
parent
f82e9ecfbf
commit
49ec78ea2e
1 changed files with 2 additions and 1 deletions
|
@ -28,9 +28,10 @@
|
||||||
hardware.tuxedo-rs.tailor-gui.enable = true;
|
hardware.tuxedo-rs.tailor-gui.enable = true;
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# 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.enable = true;
|
||||||
boot.loader.systemd-boot.configurationLimit = 10;
|
boot.loader.systemd-boot.configurationLimit = 10;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
|
||||||
|
|
||||||
networking.hostName = "libra";
|
networking.hostName = "libra";
|
||||||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||||
|
|
Loading…
Reference in a new issue