dinky: enable gpg agent
This commit is contained in:
parent
c72bec3aa3
commit
52fe78851b
1 changed files with 6 additions and 0 deletions
|
@ -12,4 +12,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [ calibre ];
|
home.packages = with pkgs; [ calibre ];
|
||||||
|
|
||||||
|
programs.gpg.enable = true;
|
||||||
|
services.gpg-agent = {
|
||||||
|
enable = true;
|
||||||
|
pinentryPackage = pkgs.pinentry-curses;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue