diff options
| author | Baitinq <[email protected]> | 2023-11-12 16:28:09 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2023-11-12 16:28:09 +0100 |
| commit | 5685377b40f70635b308c4ca3dfccc7b9057053e (patch) | |
| tree | 28ff84b4313cdb2b3966bc75ccaaa797f57328e9 | |
| parent | Update (diff) | |
| download | nixos-config-5685377b40f70635b308c4ca3dfccc7b9057053e.tar.gz nixos-config-5685377b40f70635b308c4ca3dfccc7b9057053e.tar.bz2 nixos-config-5685377b40f70635b308c4ca3dfccc7b9057053e.zip | |
Config: Set bootloader timeout to 5
| -rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index b0c552c..28c0320 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -27,7 +27,7 @@ splashImage = null; useOSProber = true; }; - timeout = 0; + timeout = 5; }; supportedFilesystems = [ "ntfs" ]; |