Add instruction to import GPG public key
This commit is contained in:
parent
348774f8f1
commit
574af3162d
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue