diff --git a/hosts/nixos-common.nix b/hosts/nixos-common.nix index 52207d4..12733a2 100644 --- a/hosts/nixos-common.nix +++ b/hosts/nixos-common.nix @@ -8,6 +8,7 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.loader.timeout = 0; # Networking networking.networkmanager.enable = true;