Files
system-config/home-manager/features/ssh.nix
2025-02-04 10:01:53 -08:00

5 lines
55 B
Nix

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