{...}: {
# set ssh profiles
# WARNING: this DOES NOT start the ssh-agent
# WARNING: for that you need to use `services.ssh-agent.enable`
programs.ssh = {
enable = true;
matchBlocks = {
# * block indicates defaults
"*" = {
forwardAgent = false;
addKeysToAgent = "yes";
};
}