nix-config/hosts/nixos/modules/programs/ssh.nix

5 lines
62 B
Nix

{ config, pkgs, ... }:
{
programs.ssh.startAgent = true;
}