🔑 plato: enable gnupg agent

This commit is contained in:
James Walker 2021-10-09 18:15:38 -04:00
parent a7e068b3a7
commit b2773346ad
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -78,6 +78,11 @@ in {
enable = true; enable = true;
promptInit = ""; promptInit = "";
}; };
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; services.openssh.enable = true;