Go, bottom and gpg

This commit is contained in:
Filippo Berto 2021-05-13 15:53:09 +02:00
parent cbd4278c77
commit f63f05579a
6 changed files with 69 additions and 120 deletions

14
modules/gpg.nix Normal file
View file

@ -0,0 +1,14 @@
{
programs.gpg = {
enable = true;
settings = {
};
};
services.gpg-agent = {
enable = true;
defaultCacheTtl = 600;
# extraConfig = "allow-loopback-pinentry";
};
}