9 lines
64 B
Nix
9 lines
64 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.ssh-agent = {
|
|
enable = true;
|
|
};
|
|
}
|
|
|