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

programs.onedrive.enable

Whether to enable onedrive.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.onedrive.package

The onedrive package to use.

Type: null or package

Default:

pkgs.onedrive

Declared by:

programs.onedrive.settings

Configuration settings for Onedrive. All available options can be found at https://github.com/abraunegg/onedrive/blob/master/config.

Type: attribute set of string

Default:

{ }

Example:

''
  {
    check_nomount = "false";
    check_nosync = "false";
    classify_as_big_delete = "1000";
    cleanup_local_files = "false";
    disable_notifications = "false";
    no_remote_delete = "false";
    rate_limit = "0";
    resync = "false";
    skip_dotfiles = "false";
  }
''

Declared by: