about summary refs log tree commit diff
path: root/machines/devhell/gunnr.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-06-26 15:15:58 +0100
committerdevhell <devhell@mailfresser.de>2019-06-26 15:15:58 +0100
commit7d82d833f29e5ef1f545d0f586e09f06f87a1bab (patch)
tree5e5cbd493b706503d28eaa210138664d8671b13b /machines/devhell/gunnr.nix
parent5c200a713f7a3e5f889f04ce705dc0302a9724ed (diff)
machines/gunnr: Disable systemd-networkd-wait-online
Still not working properly.
Diffstat (limited to 'machines/devhell/gunnr.nix')
-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 = {