diff options
Diffstat (limited to 'hosts/configuration.nix')
| -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" ]; |