about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/devhell/gunnr.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index cf5a1fff..6728f6af 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -54,6 +54,9 @@
 
   zramSwap.enable = true;
 
+  # FIXME Check if this is still necessary in the future
+  systemd.services.systemd-networkd-wait-online.enable = false;
+  
   systemd.network.networks."99-main".dns = [ "1.1.1.1" "8.8.8.8" ];
 
   networking = {