ssh
Some checks failed
CI / nix_flake_check (push) Waiting to run
CI / formatting (push) Has been cancelled

This commit is contained in:
Narrator 2025-12-05 11:27:18 +01:00
parent ec0ccb3e25
commit 258d772f08

View file

@ -24,7 +24,14 @@ inputs.self.homeManagerModules.copilot-cli
port = 42000; # e.g. 2222
};
};
enableAgent = true; # start ssh-agent automatically
forwardAgent = true;
extraConfig = ''
Host git.nonaxiomatic.systems
ControlMaster no
'';
};
programs.copilot-cli.enable = true;