about summary refs log tree commit diff
path: root/machines/devhell/gunnr.nix
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 /machines/devhell/gunnr.nix
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.
Diffstat (limited to 'machines/devhell/gunnr.nix')
-rw-r--r--machines/devhell/gunnr.nix2
1 files changed, 1 insertions, 1 deletions
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";