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.psd.enable

Whether to enable Profile-sync-daemon service.

Type: boolean

Default:

false

Example:

true

Declared by:

services.psd.package

The profile-sync-daemon package to use.

Type: package

Default:

pkgs.profile-sync-daemon

Declared by:

services.psd.backupLimit

Maximum number of crash recovery snapshots to keep (the oldest ones are deleted first).

Type: unsigned integer, meaning >=0

Default:

5

Declared by:

services.psd.browsers

A list of browsers to sync. An empty list will enable all browsers to be managed by profile-sync-daemon.

Available choices are: chromium chromium-dev conkeror.mozdev.org epiphany falkon firefox firefox-trunk google-chrome google-chrome-beta google-chrome-unstable heftig-aurora icecat inox luakit midori opera opera-beta opera-developer opera-legacy otter-browser qupzilla qutebrowser palemoon rekonq seamonkey surf vivaldi vivaldi-snapshot

Type: list of string

Default:

[ ]

Example:

[
  "chromium"
  "google-chrome"
  "firefox"
]

Declared by:

services.psd.resyncTimer

The amount of time to wait before syncing browser profiles back to the disk.

Takes a systemd time span, see systemd.time(7). The time unit defaults to seconds if omitted.

Type: string

Default:

"1h"

Example:

"1h 30min"

Declared by:

services.psd.useBackup

Whether to completely enable or disable the crash recovery feature.

Type: boolean

Default:

true

Declared by: