nix-config/modules/ssh.nix
2020-08-01 15:46:33 +02:00

6 lines
64 B
Nix

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