From 10e8396d78d6200416e7b7fe070dcae58d2c6379 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 13 Aug 2023 18:35:40 -0400 Subject: Add SSH config. --- common-home.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common-home.scm') diff --git a/common-home.scm b/common-home.scm index e4b979c..e312da3 100644 --- a/common-home.scm +++ b/common-home.scm @@ -36,4 +36,4 @@ ("ls" . "ls -ahlp --color=auto"))))) (simple-service 'dotfiles home-files-service-type - (dotfiles ".emacs.d/init.el" ".guile")))) + (dotfiles ".emacs.d/init.el" ".guile" ".ssh/config")))) -- cgit v1.2.3