Files
nix/home/common/features/ssh-agent.nix
T
Miguel Palhas 8001c55931 Adding ssh
2024-10-06 11:52:19 +01:00

5 lines
47 B
Nix

{ ... }:
{
programs.ssh.startAgent = true;
}