summary refs log tree commit diff
path: root/nixos/modules/services/hardware/udisks2.nix
Commit message (Collapse)AuthorAge
* nixos/udisks2: use upstream unitJan Tojnar2018-07-10
| | | | | | Simplifies the module and gets rid of the following error: The --no-debug option is deprecated and ignored. See '--help
* udisks2: fix udev rules file (close #11743)Nikolay Amiantov2015-12-22
| | | | This properly hides system partitions (like EFI or Windows recovery) from UDisks.
* udisks2 service: Fix ExecStart pathdevhell2015-07-05
| | | | | | It seems that with the latest update to `udisks2`, the ExecStart path for the daemon changed from `/lib/udisks2` to `/libexec/udisks2`. This commit reflects that change for our purposes.
* Enable udisks2 by defaultEelco Dolstra2014-04-19
| | | | | | The ability for unprivileged users to mount external media is useful regardless of the desktop environment. Also, since udisks2 is activated on-demand, it doesn't add any overhead if you're not using it.
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Add lots of missing option typesEelco Dolstra2013-10-30
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10