about summary refs log tree commit diff
path: root/machines/devhell/gunnr.nix
diff options
context:
space:
mode:
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";