diff --git a/options.xhtml b/options.xhtml index d7e370c53..86aaaf74c 100644 --- a/options.xhtml +++ b/options.xhtml @@ -75908,6 +75908,62 @@ boolean

Example: true

+

Declared by:

+ + +
+ +<home-manager/modules/services/psd.nix> + +
+ +
+ + 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:

+ + +
+ +<home-manager/modules/services/psd.nix> + +
+
+
+ + 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:

@@ -75937,6 +75993,30 @@ string

Example: "1h 30min"

+

Declared by:

+ + +
+ +<home-manager/modules/services/psd.nix> + +
+ +
+ + services.psd.useBackup + + +
+
+

Whether to completly enable or disable the crash recovery feature.

+ +

Type: +boolean

+ +

Default: +true

+

Declared by: