[ssh] Starts ssh agent
This commit is contained in:
4
home-manager/features/ssh.nix
Normal file
4
home-manager/features/ssh.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.ssh-agent.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user