From ebb67feeb46226dff0d384c7800dab4e42a03912 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 18 Sep 2024 18:58:59 +0200 Subject: refactor home --- common/home/programs/ssh/default.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 common/home/programs/ssh/default.nix (limited to 'common/home/programs/ssh') diff --git a/common/home/programs/ssh/default.nix b/common/home/programs/ssh/default.nix new file mode 100644 index 0000000..da761d5 --- /dev/null +++ b/common/home/programs/ssh/default.nix @@ -0,0 +1,5 @@ +{ home, ... }: +{ + enable = true; + includes = [ "${home.homeDirectory}/global/.ssh/config" ]; +} -- cgit v1.2.3-70-g09d2