base: Boot faster
Alan Pearce alan@alanpearce.eu
Sat, 23 Sep 2017 10:23:09 +0200
1 files changed, 2 insertions(+), 1 deletions(-)
jump to
M modules/base.nix → modules/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}