qol(doloro@hosts): ssh-agent addKeysToAgent yes

This commit is contained in:
2025-10-22 21:42:42 +00:00
parent 35fdb4e39c
commit c1ee1ea086
4 changed files with 13 additions and 2 deletions

View File

@@ -98,5 +98,8 @@
# Let Home Manager install and manage itself.
programs = {
home-manager.enable = true;
ssh = {
matchBlocks."*".addKeysToAgent = "yes";
};
};
}