ssh indentities only

Signed-off-by: jolheiser <git@jolheiser.com>
main
jolheiser 2025-05-29 09:05:19 -05:00
parent 76ee3c3eef
commit 5ca06a9ac7
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
programs.ssh = {
enable = true;
includes = [ config.age.secrets.ssh-config.path ];
extraConfig = ''
IdentitiesOnly yes
'';
};
services.ssh-agent.enable = true;
}