summary refs log tree commit diff
path: root/nixos/tests/virtualbox.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-11-21 03:03:50 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-11-21 20:23:00 +0100
commitc7f5becba357f9dd8480ab635a07d106024dc6a6 (patch)
treeb3b7b8c5c3bccdf0c744003bd9d3359200664311 /nixos/tests/virtualbox.nix
parent8b5dd47fe0db0834cebda33ad4b2d8f5ba4e9aa5 (diff)
downloadnixpkgs-c7f5becba357f9dd8480ab635a07d106024dc6a6.tar
nixpkgs-c7f5becba357f9dd8480ab635a07d106024dc6a6.tar.gz
nixpkgs-c7f5becba357f9dd8480ab635a07d106024dc6a6.tar.bz2
nixpkgs-c7f5becba357f9dd8480ab635a07d106024dc6a6.tar.lz
nixpkgs-c7f5becba357f9dd8480ab635a07d106024dc6a6.tar.xz
nixpkgs-c7f5becba357f9dd8480ab635a07d106024dc6a6.tar.zst
nixpkgs-c7f5becba357f9dd8480ab635a07d106024dc6a6.zip
dbus: remove unused daemon passhtru
Diffstat (limited to 'nixos/tests/virtualbox.nix')
-rw-r--r--nixos/tests/virtualbox.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/virtualbox.nix b/nixos/tests/virtualbox.nix
index 1c1b0dac7f3..0be22bdcaea 100644
--- a/nixos/tests/virtualbox.nix
+++ b/nixos/tests/virtualbox.nix
@@ -28,8 +28,8 @@ let
       messagebus:x:1:
       EOF
 
-      "${pkgs.dbus.daemon}/bin/dbus-daemon" --fork \
-        --config-file="${pkgs.dbus.daemon}/share/dbus-1/system.conf"
+      "${pkgs.dbus}/bin/dbus-daemon" --fork \
+        --config-file="${pkgs.dbus}/share/dbus-1/system.conf"
 
       ${guestAdditions}/bin/VBoxService
       ${(attrs.vmScript or (const "")) pkgs}