summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2016-03-06 17:38:53 -0800
committerThomas Tuegel <ttuegel@gmail.com>2016-05-02 13:04:20 -0500
commit60b34849284db4aec8f4fdab722273096e1ed002 (patch)
treef458386757900944ca33e90f9c4e3e5290dd70b5 /nixos/modules/system
parentf04e0e70e8ddb82686a2f660d292e7338ed564d2 (diff)
downloadnixlib-60b34849284db4aec8f4fdab722273096e1ed002.tar
nixlib-60b34849284db4aec8f4fdab722273096e1ed002.tar.gz
nixlib-60b34849284db4aec8f4fdab722273096e1ed002.tar.bz2
nixlib-60b34849284db4aec8f4fdab722273096e1ed002.tar.lz
nixlib-60b34849284db4aec8f4fdab722273096e1ed002.tar.xz
nixlib-60b34849284db4aec8f4fdab722273096e1ed002.tar.zst
nixlib-60b34849284db4aec8f4fdab722273096e1ed002.zip
dbus: Fix for new 1.10 version
(cherry picked from commit 68a4a6df3971d66aa988bba680351a30fbadbed3)
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/systemd.nix2
1 files changed, 2 insertions, 0 deletions
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