+19
-5
nixos/modules/services/hardware/udisks2.nix
+19
-5
nixos/modules/services/hardware/udisks2.nix
······-enable = mkEnableOption (lib.mdDoc "udisks2, a DBus service that allows applications to query and manipulate storage devices");+enable = mkEnableOption (mdDoc "udisks2, a DBus service that allows applications to query and manipulate storage devices");+When enabled, instructs udisks2 to mount removable drives under `/media/` directory, instead of the+default, ACL-controlled `/run/media/$USER/`. Since `/media/` is not mounted as tmpfs by default, it+requires cleanup to get rid of stale mountpoints; enabling this option will take care of this at boot.···drive configuration in [here](http://manpages.ubuntu.com/manpages/latest/en/man8/udisks.8.html) for supported options.···