about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-12-12 09:42:59 +0000
committerdevhell <devhell@mailfresser.de>2022-12-12 09:43:47 +0000
commitb1440a0ee2a096fd99f2d9217830e47e00d058de (patch)
treeb16fc159cc3258d00c4298f44b29b77a6e6bd2f9
parenta78bc76e23284e207cc9e3bc71510e74e6a62c69 (diff)
machines/devhell: remove systemd-networkd wait
-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, 0 insertions, 12 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index 1fbf5cd2..73e5f581 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -62,9 +62,6 @@
 
   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 6f026717..7cb2dfb4 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -65,9 +65,6 @@
 
   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 d7ee2ecf..2087de43 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -57,9 +57,6 @@
     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 a0c8b542..9ac1e272 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -50,9 +50,6 @@
     { 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*";