feat(xonsh): set up ssh-agent

This commit is contained in:
Artur Manuel 2025-01-16 00:37:14 +00:00
commit 660c9089d4
11 changed files with 82 additions and 65 deletions

View file

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