diff --git a/modules/home-manager/ssh.nix b/modules/home-manager/ssh.nix index c115c9a..8e61f3a 100644 --- a/modules/home-manager/ssh.nix +++ b/modules/home-manager/ssh.nix @@ -14,6 +14,8 @@ "*" = { identitiesOnly = true; }; + + include ./ssh-hosts.nix }; }; }