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

@@ -119,5 +119,10 @@
};
xdg.configFile."mimeapps.list".force = true;
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
programs = {
ssh = {
matchBlocks."*".addKeysToAgent = "yes";
};
home-manager.enable = true;
};
}

View File

@@ -168,6 +168,7 @@ in
programs = {
ssh = {
# enable = true;
extraConfig = "AddKeysToAgent yes";
startAgent = true;
};
fish.enable = true;