aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/common/core/ssh.nix
blob: 929cc51d9031f4759bc28b8dd2e4f1dc4db7c6ee (plain)
1
2
3
4
5
{
  programs.ssh = {
    enable = true;
  };
}