faster boot

This commit is contained in:
soraefir
2026-06-12 00:01:44 +02:00
parent c6d017698f
commit 526a36b6e6
3 changed files with 24 additions and 2 deletions

View File

@@ -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}