about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-12-16 09:50:33 +0000
committerdevhell <devhell@mailfresser.de>2022-12-16 09:50:33 +0000
commitd6b01d5562770f0c305dd67c226d0e78936953b5 (patch)
treef8de04fe528c97ee623864a68a1bc458ec69e259
parent413c74db82ff6b503a0954f11a11594b0ddca156 (diff)
machines/all: Force wait-online to false
systemd-networkd-wait-online is still annoying as hell, but just
disabling it normally clashes now with the default, so let's force it
into a disabled state.
-rw-r--r--machines/devhell/eir.nix2
-rw-r--r--machines/devhell/gunnr.nix2
-rw-r--r--machines/devhell/herja.nix2
-rw-r--r--machines/devhell/hildr.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index 1fbf5cd2..07fd2876 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -63,7 +63,7 @@
   swapDevices = [ ];
 
   # FIXME Check if this is still necessary in the future
-  systemd.services.systemd-networkd-wait-online.enable = false;
+  systemd.services.systemd-networkd-wait-online.enable = lib.mkForce false;
 
   # XXX Make networkd ignore virtual network interfaces
   systemd.network.networks."99-libvirt" = {
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index 6f026717..dc76f88c 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -66,7 +66,7 @@
   zramSwap.enable = true;
 
   # FIXME Check if this is still necessary in the future
-  systemd.services.systemd-networkd-wait-online.enable = false;
+  systemd.services.systemd-networkd-wait-online.enable = lib.mkForce false;
 
   networking = {
     hostName = "gunnr";
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index d7ee2ecf..8e254325 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -58,7 +58,7 @@
   };
 
   # FIXME Check if this is still necessary in the future
-  systemd.services.systemd-networkd-wait-online.enable = false;
+  systemd.services.systemd-networkd-wait-online.enable = lib.mkForce false;
 
   # XXX Make networkd ignore virtual network interfaces
   systemd.network.networks."99-libvirt" = {
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index a0c8b542..07d11dbe 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -51,7 +51,7 @@
   ];
 
   # FIXME Check if this is still necessary in the future
-  systemd.services.systemd-networkd-wait-online.enable = false;
+  systemd.services.systemd-networkd-wait-online.enable = lib.mkForce false;
 
   # XXX Make networkd ignore virtual network interfaces
   systemd.network.networks."99-libvirt" = {