summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd.nix
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/boot/systemd.nix
parentf04e0e70e8ddb82686a2f660d292e7338ed564d2 (diff)
downloadnixpkgs-60b34849284db4aec8f4fdab722273096e1ed002.tar
nixpkgs-60b34849284db4aec8f4fdab722273096e1ed002.tar.gz
nixpkgs-60b34849284db4aec8f4fdab722273096e1ed002.tar.bz2
nixpkgs-60b34849284db4aec8f4fdab722273096e1ed002.tar.lz
nixpkgs-60b34849284db4aec8f4fdab722273096e1ed002.tar.xz
nixpkgs-60b34849284db4aec8f4fdab722273096e1ed002.tar.zst
nixpkgs-60b34849284db4aec8f4fdab722273096e1ed002.zip
dbus: Fix for new 1.10 version
(cherry picked from commit 68a4a6df3971d66aa988bba680351a30fbadbed3)
Diffstat (limited to 'nixos/modules/system/boot/systemd.nix')
-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 3f497566ff1..e7f89294531 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