Fix gpg-agent.conf template

This commit is contained in:
Marko Korhonen 2022-09-11 12:49:49 +03:00
parent 3f2c889985
commit 116621e4cc

View file

@ -1,6 +1,6 @@
enable-ssh-support
{%@ if profile == 'Mirkwood' @%}
{%@@ if profile == 'Mirkwood' @@%}
pinentry-program /usr/bin/pinentry-rofi
{%@ else @%}
{%@@ else @@%}
pinentry-program /usr/bin/pinentry-gnome3
{%@ endif @%}
{%@@ endif @@%}