Files
system-config/home-manager/features/ssh.nix

6 lines
56 B
Nix

{ pkgs, ... }:
{
services.ssh-agent.enable = true;
}