From 413c74db82ff6b503a0954f11a11594b0ddca156 Mon Sep 17 00:00:00 2001 From: devhell Date: Fri, 16 Dec 2022 09:42:25 +0000 Subject: Revert "machines/devhell: remove systemd-networkd wait" This reverts commit b1440a0ee2a096fd99f2d9217830e47e00d058de. --- machines/devhell/hildr.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'machines/devhell/hildr.nix') diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix index 9ac1e272..a0c8b542 100644 --- a/machines/devhell/hildr.nix +++ b/machines/devhell/hildr.nix @@ -50,6 +50,9 @@ { device = "/dev/disk/by-uuid/ff725995-b9a1-453f-9e6d-ba9bd6579db6"; } ]; + # FIXME Check if this is still necessary in the future + systemd.services.systemd-networkd-wait-online.enable = false; + # XXX Make networkd ignore virtual network interfaces systemd.network.networks."99-libvirt" = { matchConfig.Name = "virbr* vnet*"; -- cgit 1.4.1