feat(xonsh): set up ssh-agent
This commit is contained in:
parent
2570dfa162
commit
660c9089d4
11 changed files with 82 additions and 65 deletions
|
@ -11,7 +11,10 @@ in {
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs = {
|
||||
ssh.enableAskPassword = true;
|
||||
ssh = {
|
||||
enableAskPassword = true;
|
||||
startAgent = true;
|
||||
};
|
||||
seahorse.enable = true;
|
||||
};
|
||||
services.openssh.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue