ssh agent

This commit is contained in:
Sridhar Ratnakumar 2024-11-27 13:07:54 -05:00
parent 74d7aba11e
commit 8afaf87ef5

View file

@ -1,4 +1,3 @@
{ pkgs, lib, ... }:
{
programs.ssh = {
enable = true;
@ -10,5 +9,6 @@
};
};
};
}
services.ssh-agent.enable = true;
}