Add GPG agent support to SSH

This commit is contained in:
iFargle 2023-07-04 15:29:44 +09:00
parent 83b599cd5b
commit befd4cdbab

View file

@ -41,5 +41,5 @@
}; };
# Enable GPG Agent support: # Enable GPG Agent support:
programs.gnupg.agent.enableSSHSupport = "true" programs.gnupg.agent.enableSSHSupport = "true";
} }