mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-31 06:57:00 +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:
parent
6542ff2abb
commit
cdda9bcd27
@ -13,4 +13,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.resolved.llmnr = "false";
|
services.resolved.llmnr = "false";
|
||||||
|
|
||||||
|
systemd.services.NetworkManager-wait-online.enable = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user