From 8325e0db1161507b2bffe629547dc3aac3526b5b Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 9 May 2020 20:05:01 +0200 Subject: [PATCH] Revert "nixos/resolved: Include dbus alias of resolved unit" This reverts commit 7fe539f79900efb6b8b6265ade11fdab460ca1da. --- nixos/modules/system/boot/resolved.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/system/boot/resolved.nix b/nixos/modules/system/boot/resolved.nix index 7ad643130a85..b7aaef575ac1 100644 --- a/nixos/modules/system/boot/resolved.nix +++ b/nixos/modules/system/boot/resolved.nix @@ -144,7 +144,6 @@ in systemd.additionalUpstreamSystemUnits = [ "systemd-resolved.service" - "dbus-org.freedesktop.resolve1.service" ]; systemd.services.systemd-resolved = {