2024-09-20 17:57:08 -04:00

8 lines
71 B
Nix

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