nixos-config/modules/ssh.nix
2022-02-23 23:26:43 +01:00

4 lines
79 B
Nix

{ ... }:{
services.openssh.enable = true;
programs.ssh.startAgent = true;
}