ssh
Some checks failed
CI / formatting (push) Failing after 9m20s
CI / nix_flake_check (push) Failing after 9m21s

This commit is contained in:
Narrator 2025-12-05 11:46:59 +01:00
parent bbdb598e3a
commit a340ab5de6

View file

@ -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
'';
};