all repos — nixfiles @ 78ce34a501cc9a9187eb35d15855be3fd30e0cc5

System and user configuration, managed by nix and home-manager

base: Boot faster
Alan Pearce alan@alanpearce.eu
Sat, 23 Sep 2017 10:23:09 +0200
commit

78ce34a501cc9a9187eb35d15855be3fd30e0cc5

parent

363b6f0870750edea48e865a84dee9c5a0ae0196

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M modules/base.nixmodules/base.nix
@@ -1,6 +1,7 @@ { config, pkgs, ... }:
 
-{
+{ boot.loader.timeout = 1;
+
   networking.extraHosts = ''
     127.0.0.1 ${config.networking.hostName}
     ::1 ${config.networking.hostName}