mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-16 01:37:56 +02:00
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:
@ -13,4 +13,6 @@
|
||||
};
|
||||
|
||||
services.resolved.llmnr = "false";
|
||||
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user