Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

services.udiskie.enable

Whether to enable the udiskie mount daemon.

Note, if you use NixOS then you must add services.udisks2.enable = true to your system configuration. Otherwise mounting will fail because the Udisk2 DBus service is not found.

Type: boolean

Default:

false

Example:

true

Declared by:

services.udiskie.package

The udiskie package to use.

Type: package

Default:

pkgs.udiskie

Declared by:

services.udiskie.automount

Whether to automatically mount new devices.

Type: boolean

Default:

true

Declared by:

services.udiskie.notify

Whether to show pop-up notifications.

Type: boolean

Default:

true

Declared by:

services.udiskie.settings

Configuration written to $XDG_CONFIG_HOME/udiskie/config.yml.

See https://github.com/coldfix/udiskie/blob/master/doc/udiskie.8.txt#configuration for the full list of options.

Type: YAML 1.1 value

Default:

{ }

Example:

{
  icon_names = {
    media = [
      "media-optical"
    ];
  };
  program_options = {
    tray = true;
    udisks_version = 2;
  };
}

Declared by:

services.udiskie.tray

Whether to display tray icon.

The options are

  • always

    Always show tray icon.

  • auto

    Show tray icon only when there is a device available.

  • never

    Never show tray icon.

Type: one of “always”, “auto”, “never”

Default:

"auto"

Declared by: