From b027cf264c1a3e6a3e5974dce988bced95560368 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 28 Oct 2020 00:12:27 +0100 Subject: [PATCH] systemdMinimal: disable networkd This was missed. --- pkgs/top-level/all-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index f5276178f76..860674cf118 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -18670,6 +18670,7 @@ in withImportd = false; withLocaled = false; withLogind = false; + withNetworkd = false; withResolved = false; withTimedated = false; glib = null;