From 5912ca4bcc5b465fff88d2b911c62c7551c81f60 Mon Sep 17 00:00:00 2001 From: greg-compass Date: Thu, 8 Sep 2022 10:24:53 -0500 Subject: [PATCH] Include local SSH config --- home/ssh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/ssh.nix b/home/ssh.nix index 56d239a..fcc2d3f 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -5,6 +5,8 @@ enable = true; serverAliveInterval = 60; + includes = ["config.local"]; + matchBlocks = let nas = { user = "admin"; };