about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2017-11-11 13:49:59 +0000
committerdevhell <devhell@mailfresser.de>2017-11-11 13:49:59 +0000
commit66c0ccd7aa117a5c2fe221fd81b82cdfd72d1666 (patch)
treedfa1600dd32ad8283046210ea0c144080a700090 /machines
parent8d0db22882360bf34c8a7f29c09907ed726448c9 (diff)
machines/titan: Disable systemd-network annoyance
This is due to a bug and should be reenabled once solved.
Diffstat (limited to 'machines')
-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;