From d6b01d5562770f0c305dd67c226d0e78936953b5 Mon Sep 17 00:00:00 2001 From: devhell Date: Fri, 16 Dec 2022 09:50:33 +0000 Subject: 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. --- machines/devhell/eir.nix | 2 +- machines/devhell/gunnr.nix | 2 +- machines/devhell/herja.nix | 2 +- machines/devhell/hildr.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'machines') 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" = { -- cgit 1.4.1