Add instruction to import GPG public key

This commit is contained in:
Jakob Lechner 2022-05-19 11:14:43 +00:00
parent 348774f8f1
commit 574af3162d
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -11,4 +11,10 @@ nix-repl> a=builtins.getFlake (toString ./.)
$ nix repl
nix-repl> :lf .#
## Import GPG public key
```
gpg --card-edit
gpg/card> fetch
```