ssh
This commit is contained in:
parent
bbdb598e3a
commit
a340ab5de6
1 changed files with 2 additions and 1 deletions
|
|
@ -18,6 +18,8 @@ inputs.self.homeManagerModules.copilot-cli
|
|||
programs.home-manager.enable = true;
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
forwardAgent = true;
|
||||
addKeysToAgent = "yes";
|
||||
matchBlocks = {
|
||||
"git.unime.it" = {
|
||||
hostname = "git.unime.it";
|
||||
|
|
@ -27,7 +29,6 @@ inputs.self.homeManagerModules.copilot-cli
|
|||
extraConfig = ''
|
||||
Host git.nonaxiomatic.systems
|
||||
ControlMaster no
|
||||
AddKeysToAgent yes
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue