mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: disable f'ing wait online that always stalls
This commit is contained in:
parent
1302f23133
commit
70cae77452
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
}:
|
||||
{
|
||||
systemd.network.enable = true;
|
||||
systemd.network.wait-online.enable = false;
|
||||
|
||||
networking = {
|
||||
useDHCP = lib.mkForce false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue