This commit is contained in:
iFargle 2023-08-31 22:47:49 +09:00
parent ce51f0cf70
commit e950f8eeda
2 changed files with 2 additions and 5 deletions

View file

@ -15,11 +15,6 @@
SOPS_PGP_FP = "D98BBC6C9A27324654C2D8C464F6C4EB46C4543A";
};
home.file.".gnupg/gpg-agent.conf".text = ''
enable-ssh-support
pinentry-program /run/current-system/sw/bin/pinentry
'';
accounts = {
email = {
accounts."sysctl" = {

View file

@ -1,4 +1,6 @@
{pkgs, cfg, ... }: {
services.pcscd.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;