all repos — archive/nixos-configuration @ 78ce34a501cc9a9187eb35d15855be3fd30e0cc5

Superseded by nixfiles

base: Boot faster

Alan Pearce
commit

78ce34a501cc9a9187eb35d15855be3fd30e0cc5

parent

363b6f0870750edea48e865a84dee9c5a0ae0196

1 file changed, 2 insertions(+), 1 deletion(-)

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}