mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
deploy: 6bba64781e
This commit is contained in:
parent
4667fc4b4e
commit
611484749e
2 changed files with 3 additions and 14 deletions
14
options.html
14
options.html
|
@ -14029,20 +14029,6 @@ null or string</p><p><span class="emphasis"><em>Default:</em></span>
|
|||
<code class="literal">"$HOME/.password-store"</code></p><p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">"/home/user/.local/share/password-store"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/pass-secret-service.nix" target="_top">
|
||||
<home-manager/modules/services/pass-secret-service.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.password-store-sync.enable"></a><a class="term" href="options.html#opt-services.password-store-sync.enable"><code class="option">services.password-store-sync.enable</code></a></span></dt><dd><p>Whether to enable Password store periodic sync.</p><p><span class="emphasis"><em>Type:</em></span>
|
||||
boolean</p><p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/password-store-sync.nix" target="_top">
|
||||
<home-manager/modules/services/password-store-sync.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.password-store-sync.frequency"></a><a class="term" href="options.html#opt-services.password-store-sync.frequency"><code class="option">services.password-store-sync.frequency</code></a></span></dt><dd><p>How often to synchronise the password store git repository with its
|
||||
default upstream.</p><p>This value is passed to the systemd timer configuration as the
|
||||
<code class="literal">onCalendar</code> option.
|
||||
See
|
||||
<a class="link" href="https://www.freedesktop.org/software/systemd/man/systemd.time.html" target="_top"><span class="citerefentry"><span class="refentrytitle">systemd.time</span>(7)</span></a>
|
||||
for more information about the format.</p><p><span class="emphasis"><em>Type:</em></span>
|
||||
string</p><p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">"*:0/5"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/password-store-sync.nix" target="_top">
|
||||
<home-manager/modules/services/password-store-sync.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.pasystray.enable"></a><a class="term" href="options.html#opt-services.pasystray.enable"><code class="option">services.pasystray.enable</code></a></span></dt><dd><p>Whether to enable PulseAudio system tray.</p><p><span class="emphasis"><em>Type:</em></span>
|
||||
boolean</p><p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span>
|
||||
|
|
|
@ -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 <a class="link" href="https://nixos.org/manual/nixpkgs/unstable/#sec-contributing-markup" target="_top">Nixpkgs-flavoured Markdown</a>.
|
||||
</li><li class="listitem">
|
||||
The <code class="literal">services.password-store-sync</code> module has been removed.
|
||||
Use <code class="literal">services.git-sync</code> instead.
|
||||
</li></ul></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="sec-release-23.11-state-version-changes"></a>E.1.2. State Version Changes</h3></div></div></div><p>The state version in this release includes the changes below.
|
||||
These changes are only active if the <code class="literal">home.stateVersion</code> option is set to "23.11" or later.</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Nothing, yet.
|
||||
|
|
Loading…
Reference in a new issue