ssh
This commit is contained in:
parent
ec0ccb3e25
commit
258d772f08
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue