nix/home/programs/ssh.nix

6 lines
47 B
Nix
Raw Normal View History

2022-02-07 11:26:45 +00:00
{
programs.ssh = {
enable = true;
};
}