nixos-config/modules/ssh.nix

4 lines
79 B
Nix
Raw Normal View History

2022-01-25 00:31:56 +00:00
{ ... }:{
services.openssh.enable = true;
programs.ssh.startAgent = true;
}