mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-05-12 16:17:14 +02:00
Simplify instructions, reduce manual labor
This commit is contained in:
parent
12b232d28f
commit
b2959d075b
5 changed files with 1992 additions and 1457 deletions
|
@ -40,7 +40,7 @@
|
|||
name = "yubikey-guide";
|
||||
icon = "${pkgs.yubikey-manager-qt}/share/ykman-gui/icons/ykman.png";
|
||||
desktopName = "drduh's YubiKey Guide";
|
||||
genericName = "Guide to using YubiKey for GPG and SSH";
|
||||
genericName = "Guide to using YubiKey for GnuPG and SSH";
|
||||
comment = "Open the guide in a reader program";
|
||||
categories = ["Documentation"];
|
||||
exec = "${viewYubikeyGuide}/bin/view-yubikey-guide";
|
||||
|
@ -167,7 +167,7 @@
|
|||
};
|
||||
|
||||
# Unset history so it's never stored Set GNUPGHOME to an
|
||||
# ephemeral location and configure GPG with the guide's
|
||||
# ephemeral location and configure GPG with the guide
|
||||
|
||||
environment.interactiveShellInit = ''
|
||||
unset HISTFILE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue