Xfce: use udisks2 instead of udisks

Enabling udisks2 allows gvfs (which should be built with udisks support) to
perform mount/unmount operations on removable drives. It affects Thunar and
probably other Gtk-based file managers.

Gvfs doesn't supports earlier versions of udisks.
This commit is contained in:
Sergey Mironov 2013-04-04 11:53:27 +04:00
parent 4b504d8bba
commit 303794e0d7

View File

@ -84,7 +84,7 @@ in
'';
# Enable helpful DBus services.
services.udisks.enable = true;
services.udisks2.enable = true;
services.upower.enable = config.powerManagement.enable;
};