2025-12-14 00:53:59 +01:00

7 lines
73 B
Nix

{
# The OpenSSH agent
programs.ssh = {
startAgent = true;
};
}