Figured ssh agents out

This commit is contained in:
Alexandre 2025-12-14 00:53:59 +01:00
parent 09bd215e5f
commit 3345dc7919
2 changed files with 3 additions and 5 deletions

View File

@ -62,5 +62,5 @@
name = "Alexandre"; name = "Alexandre";
}; };
}; };
};: };
} }

View File

@ -1,8 +1,6 @@
{ {
# The OpenSSH agent # The OpenSSH agent
service.ssh-agent = { programs.ssh = {
enable = true; startAgent = true;
enableBashIntegration = true;
enableZshIntegration = true;
}; };
} }