From 3f2f85220857a9aee520136d755a1bef06d3df9c Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sat, 22 Feb 2025 01:34:43 +0000 Subject: [PATCH] deploy: 765cb91e9d5ab06ed8c92c25fc0e51d6c11d43cb --- options.xhtml | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) 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: