about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-12-16 09:42:25 +0000
committerdevhell <devhell@mailfresser.de>2022-12-16 09:49:32 +0000
commit413c74db82ff6b503a0954f11a11594b0ddca156 (patch)
tree003894dbc0a7c5284ad1bbb7ae5dd79df418a69d
parent9bd0978a333170529f9bc1ef24c6db5cd7090e35 (diff)
Revert "machines/devhell: remove systemd-networkd wait"
This reverts commit b1440a0ee2a096fd99f2d9217830e47e00d058de.
-rw-r--r--machines/devhell/eir.nix3
-rw-r--r--machines/devhell/gunnr.nix3
-rw-r--r--machines/devhell/herja.nix3
-rw-r--r--machines/devhell/hildr.nix3
4 files changed, 12 insertions, 0 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index 73e5f581..1fbf5cd2 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -62,6 +62,9 @@
 
   swapDevices = [ ];
 
+  # 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*";
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index 7cb2dfb4..6f026717 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -65,6 +65,9 @@
 
   zramSwap.enable = true;
 
+  # FIXME Check if this is still necessary in the future
+  systemd.services.systemd-networkd-wait-online.enable = false;
+
   networking = {
     hostName = "gunnr";
     hostId = "29e6affc";
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*";
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*";