zaphyra's git: nixfiles

zaphyra's nixfiles

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
{

  config = {
    programs.gpg = {
      enable = true;
      scdaemonSettings.disable-ccid = true;
      settings = {
        ask-cert-expire = true;
        ask-cert-level = true;
        keyserver-options = "no-self-sigs-only";
      };
    };
  };

}