faster boot
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
hostName = config.syscfg.hostname;
|
||||
useDHCP = true;
|
||||
nameservers = [ "1.1.1.1" "9.9.9.9" ];
|
||||
dhcpcd = {
|
||||
enable = true;
|
||||
wait = "background";
|
||||
};
|
||||
|
||||
extraHosts = ''
|
||||
${lib.concatStringsSep "\n" config.syscfg.extra.hosts}
|
||||
|
||||
Reference in New Issue
Block a user