about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/system/boot/resolved.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/resolved.nix b/nixos/modules/system/boot/resolved.nix
index 7ad643130a85f..b7aaef575ac1f 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 = {