fix(hosts): ssh agent add keys
This commit is contained in:
@@ -106,7 +106,13 @@
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
ssh = {
|
||||
matchBlocks."*".addKeysToAgent = "yes";
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
addKeysToAgent = "yes";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user