Skip to content

Latest commit

 

History

History
executable file
·
11 lines (9 loc) · 165 Bytes

gpg.md

File metadata and controls

executable file
·
11 lines (9 loc) · 165 Bytes

GnuPG

Enable Gnu Privacy Guard

{ config, pkgs, lib, ... }:
{
  programs.gpg.enable = true;
  services.gpg-agent.enable = true;
}