1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

password-store-sync: remove module

The module `services.git-sync` (introduced two years after) provides
the same functionality, but in a more general and reliable way.
This commit is contained in:
pacien 2023-10-08 20:02:03 +02:00 committed by Robert Helgesson
parent 6dfbdc977e
commit 6bba64781e
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
3 changed files with 7 additions and 74 deletions

View file

@ -32,6 +32,9 @@ If you have any external Home Manager modules,
their option descriptions and literal examples should be translated
to {nixpkgs-markdown}[Nixpkgs-flavoured Markdown].
* The `services.password-store-sync` module has been removed.
Use `services.git-sync` instead.
[[sec-release-23.11-state-version-changes]]
=== State Version Changes