diff --git a/modules/common.nix b/modules/common.nix index 1890d4b..b4fa4d8 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -37,7 +37,7 @@ "systemd.show_status=auto" ]; - loader.timeout = lib.mkForce 5; + loader.timeout = lib.mkForce 1; }; networking.networkmanager.enable = true;