summaryrefslogtreecommitdiff
path: root/common/home/ssh/default.nix
blob: da761d55be37f512885144b088c50a33fe5f6f3a (plain)
1
2
3
4
5
{ home, ... }:
{
  enable = true;
  includes = [ "${home.homeDirectory}/global/.ssh/config" ];
}