nixos-config/modules/home/programs/terminal/ssh/default.nix

7 lines
84 B
Nix

{ ... }:
{
programs.ssh = {
enable = true;
addKeysToAgent = "yes";
};
}