From 72ad21cc8bbcd09b16e612f9725fc8183b3debfd Mon Sep 17 00:00:00 2001 From: rycee Date: Sun, 28 Apr 2024 20:42:51 +0000 Subject: [PATCH] deploy: d1980931de8252b6ac1104b7191fd68bbbe3a291 --- options.xhtml | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/options.xhtml b/options.xhtml index 980cbd851..e3a8127b3 100644 --- a/options.xhtml +++ b/options.xhtml @@ -65286,6 +65286,62 @@ boolean

+
+ + services.psd.enable + + +
+
+

Whether to enable Profile-sync-daemon service.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

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