Add GPG agent support to SSH

This commit is contained in:
iFargle 2023-07-04 15:29:10 +09:00
parent 24ecd59e0d
commit 83b599cd5b

View file

@ -39,4 +39,7 @@
''; '';
}; };
# Enable GPG Agent support:
programs.gnupg.agent.enableSSHSupport = "true"
} }