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