diff --git a/options.html b/options.html index 0e1af974..c1ded645 100644 --- a/options.html +++ b/options.html @@ -14029,20 +14029,6 @@ null or string
Default:
"$HOME/.password-store"
Example:
"/home/user/.local/share/password-store"
Declared by:
<home-manager/modules/services/pass-secret-service.nix>
- |
services.password-store-sync.enable
Whether to enable Password store periodic sync.
Type: -boolean
Default:
-false
Example:
-true
Declared by:
-<home-manager/modules/services/password-store-sync.nix>
- |
services.password-store-sync.frequency
How often to synchronise the password store git repository with its -default upstream.
This value is passed to the systemd timer configuration as the
-onCalendar
option.
-See
-systemd.time(7)
-for more information about the format.
Type: -string
Default:
-"*:0/5"
Declared by:
-<home-manager/modules/services/password-store-sync.nix>
|
services.pasystray.enable
Whether to enable PulseAudio system tray.
Type: boolean
Default:
false
Example: diff --git a/release-notes.html b/release-notes.html index ee7f8447..5d89c88b 100644 --- a/release-notes.html +++ b/release-notes.html @@ -21,6 +21,9 @@ for option documentation. If you have any external Home Manager modules, their option descriptions and literal examples should be translated to Nixpkgs-flavoured Markdown. +
services.password-store-sync
module has been removed.
+Use services.git-sync
instead.