6 lines
161 B
Text
6 lines
161 B
Text
enable-ssh-support
|
|
{%@ if profile == 'Mirkwood' @%}
|
|
pinentry-program /usr/bin/pinentry-rofi
|
|
{%@ else @%}
|
|
pinentry-program /usr/bin/pinentry-gnome3
|
|
{%@ endif @%}
|