1
1
Fork 1
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:
oddlama 2024-12-19 20:30:28 +01:00
parent 1302f23133
commit 70cae77452
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -5,6 +5,7 @@
}: }:
{ {
systemd.network.enable = true; systemd.network.enable = true;
systemd.network.wait-online.enable = false;
networking = { networking = {
useDHCP = lib.mkForce false; useDHCP = lib.mkForce false;