nix-config/ssh.nix
2020-02-28 17:12:48 +01:00

6 lines
64 B
Nix

{ config, ... }:
{
programs.ssh = {
enable = true;
};
}