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