gdm module: enable user dbus session

This commit is contained in:
Alexander Ried 2016-10-03 17:11:24 +02:00
parent a5aa926902
commit 56d24b8e1d

View File

@ -111,6 +111,8 @@ in
services.dbus.packages = [ gdm ];
systemd.user.services.dbus.wantedBy = [ "default.target" ];
programs.dconf.profiles.gdm = "${gdm}/share/dconf/profile/gdm";
# Use AutomaticLogin if delay is zero, because it's immediate.