security
This commit is contained in:
parent
b91a821829
commit
973a9e2751
5 changed files with 14 additions and 8 deletions
9
mod/gpg.nix
Normal file
9
mod/gpg.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ seahorse ];
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryPackage = pkgs.pinentry-gtk2;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue