From b94390d99678c7f7639703ca2cf71d7e54577517 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 3 Oct 2022 13:52:18 -0600 Subject: [PATCH] default: use relative path for host_config --- users/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/default.nix b/users/default.nix index 67b40bb..cc4a491 100644 --- a/users/default.nix +++ b/users/default.nix @@ -44,7 +44,7 @@ in { controlmaster auto controlpath /tmp/ssh-%r@%h:%p - Include /home/qbit/.ssh/host_config + Include host_config ''; }; };