From 611484749ecc8a51efbefe79768cf256830f5fbe Mon Sep 17 00:00:00 2001
From: rycee
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.