diff options
Diffstat (limited to 'common/home/ssh/default.nix')
| -rw-r--r-- | common/home/ssh/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/home/ssh/default.nix b/common/home/ssh/default.nix new file mode 100644 index 0000000..da761d5 --- /dev/null +++ b/common/home/ssh/default.nix @@ -0,0 +1,5 @@ +{ home, ... }: +{ + enable = true; + includes = [ "${home.homeDirectory}/global/.ssh/config" ]; +} |