From 6597a88762dc370f3cfc1ca5a5003e77b1c5719c Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Wed, 19 Apr 2023 09:32:06 +0200 Subject: [PATCH] loki: Remove network manager --- machines/loki/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/machines/loki/configuration.nix b/machines/loki/configuration.nix index a616e6c..536439d 100644 --- a/machines/loki/configuration.nix +++ b/machines/loki/configuration.nix @@ -79,7 +79,7 @@ networking = { hostName = "loki"; useDHCP = false; - networkmanager.enable = true; + networkmanager.enable = false; useNetworkd = true; hosts = { @@ -137,6 +137,10 @@ systemd.network = { enable = true; + wait-online = { + anyInterface = true; + }; + netdevs = { "10-wghorus" = { netdevConfig = {