mirror of
https://github.com/nix-community/home-manager.git
synced 2024-12-14 11:57:55 +00:00
deploy: f26aa4b76f
This commit is contained in:
parent
728a07e187
commit
ecb75e3142
1 changed files with 4 additions and 7 deletions
|
@ -64501,13 +64501,10 @@ null or signed integer</p>
|
|||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Which pinentry interface to use. If not
|
||||
<code class="literal">null</code>, it sets
|
||||
<code class="option">pinentry-program</code> in
|
||||
<code class="filename">gpg-agent.conf</code>. Beware that
|
||||
<code class="literal">pinentry-gnome3</code> may not work on non-Gnome
|
||||
systems. You can fix it by adding the following to your
|
||||
system configuration:</p><pre><code class="programlisting nix">services.dbus.packages = [ pkgs.gcr ];
|
||||
<p>Which pinentry interface to use. If not <code class="literal">null</code>, it sets
|
||||
<code class="option">pinentry-program</code> in <code class="filename">gpg-agent.conf</code>. Beware that
|
||||
<code class="literal">pinentry-gnome3</code> may not work on non-GNOME systems. You can fix it by
|
||||
adding the following to your configuration:</p><pre><code class="programlisting nix">home.packages = [ pkgs.gcr ];
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
|
|
Loading…
Reference in a new issue