1
0
forked from extern/nix-config

meta: Don't wait for a network connection

This makes NixOS boot *extremely fast* since network-manager is no
longer waiting 17 seconds for a network connection.
This commit is contained in:
Donovan Glover 2023-06-04 17:16:41 -04:00
parent 6542ff2abb
commit cdda9bcd27
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -13,4 +13,6 @@
};
services.resolved.llmnr = "false";
systemd.services.NetworkManager-wait-online.enable = false;
}