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:
parent
6542ff2abb
commit
cdda9bcd27
@ -13,4 +13,6 @@
|
||||
};
|
||||
|
||||
services.resolved.llmnr = "false";
|
||||
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user