diff --git a/machines/libra/default.nix b/machines/libra/default.nix index 2798f00..527f95c 100644 --- a/machines/libra/default.nix +++ b/machines/libra/default.nix @@ -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.