Setup GPG on desktop
This commit is contained in:
parent
20672aa33d
commit
c25ed3513c
3 changed files with 3 additions and 2 deletions
|
|
@ -61,6 +61,7 @@ nixpkgs, # The flake's input version of nixpkgs
|
|||
|
||||
# Security
|
||||
services.openssh.enable = true;
|
||||
services.pcscd.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue