From 611484749ecc8a51efbefe79768cf256830f5fbe Mon Sep 17 00:00:00 2001 From: rycee Date: Tue, 10 Oct 2023 13:43:07 +0000 Subject: [PATCH] deploy: 6bba64781e4b7c1f91a733583defbd3e46b49408 --- options.html | 14 -------------- release-notes.html | 3 +++ 2 files changed, 3 insertions(+), 14 deletions(-) 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. +

  • +The services.password-store-sync module has been removed. +Use services.git-sync instead.
  • E.1.2. State Version Changes

    The state version in this release includes the changes below. These changes are only active if the home.stateVersion option is set to "23.11" or later.

    • Nothing, yet.