configuration.nix/home/programs/gnupg.nix

12 lines
178 B
Nix
Raw Permalink Normal View History

2023-07-11 22:41:18 +05:30
_: {
2023-04-07 19:09:05 +05:30
programs.gpg = {
enable = true;
settings = {
keyserver = "hkps://keys.openpgp.org";
};
scdaemonSettings = {
disable-ccid = true;
};
};
}