about summary refs log tree commit diff
path: root/machines/devhell/herja.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell/herja.nix')
-rw-r--r--machines/devhell/herja.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index 2087de43..d7ee2ecf 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -57,6 +57,9 @@
     fsType = "vfat";
   };
 
+  # 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*";