nix/home/programs/ssh.nix
2022-02-07 06:26:45 -05:00

5 lines
47 B
Nix

{
programs.ssh = {
enable = true;
};
}