From 7d82d833f29e5ef1f545d0f586e09f06f87a1bab Mon Sep 17 00:00:00 2001 From: devhell Date: Wed, 26 Jun 2019 15:15:58 +0100 Subject: machines/gunnr: Disable systemd-networkd-wait-online Still not working properly. --- machines/devhell/gunnr.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'machines/devhell') 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 = { -- cgit 1.4.1