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"; };