about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/devhell/titan.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index 271181af..b3efa365 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -50,6 +50,9 @@
     { device = "/dev/disk/by-uuid/ff7255995-b9a1-453f-9e6d-ba9bd6579db6"; }
   ];
 
+  # FIXME Check if this is still necessary in the future
+  systemd.services.systemd-networkd-wait-online.enable = false;
+
   networking.hostName = "titan";
   networking.wireless.enable = true;
   networking.connman.enable = false;