about summary refs log tree commit diff
path: root/nixos/modules/system/boot/resolved.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-05-09 20:05:01 +0200
committerFlorian Klink <flokli@flokli.de>2020-05-09 20:05:01 +0200
commit8325e0db1161507b2bffe629547dc3aac3526b5b (patch)
treedc52cea0b12bb7a480ddb43d8d9c7273af99470d /nixos/modules/system/boot/resolved.nix
parenteb1214997912f8a3026abd6a0a1d0b78e44aa83a (diff)
Revert "nixos/resolved: Include dbus alias of resolved unit"
This reverts commit 7fe539f79900efb6b8b6265ade11fdab460ca1da.
Diffstat (limited to 'nixos/modules/system/boot/resolved.nix')
-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 = {