no gpg-agent
This commit is contained in:
@@ -1,14 +1,8 @@
|
||||
{ pkgs, ... }@all: with all;
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnupg
|
||||
gpg-tui
|
||||
];
|
||||
|
||||
{ pkgs, ... }@all: with all; {
|
||||
programs.gnupg = {
|
||||
dirmngr.enable = true;
|
||||
agent = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
enableSSHSupport = true;
|
||||
enableExtraSocket = true;
|
||||
enableBrowserSocket = true;
|
||||
|
||||
Reference in New Issue
Block a user