From 60b34849284db4aec8f4fdab722273096e1ed002 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Sun, 6 Mar 2016 17:38:53 -0800 Subject: dbus: Fix for new 1.10 version (cherry picked from commit 68a4a6df3971d66aa988bba680351a30fbadbed3) --- nixos/modules/system/boot/systemd.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/system') diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index 3f497566ff11..e7f892945315 100644 --- a/nixos/modules/system/boot/systemd.nix +++ b/nixos/modules/system/boot/systemd.nix @@ -689,6 +689,8 @@ in "systemd/system-generators" = { source = generators; }; }); + services.dbus.enable = true; + system.activationScripts.systemd = stringAfter [ "groups" ] '' mkdir -m 0755 -p /var/lib/udev -- cgit 1.4.1