From 65e2d529a2a75eb601e8a94f70a37f07881d4af0 Mon Sep 17 00:00:00 2001 From: cubernetes Date: Fri, 5 Jun 2026 02:18:08 +0200 Subject: [PATCH] Add ssh-hosts.nix --- modules/home-manager/ssh.nix | 2 ++ 1 file changed, 2 insertions(+) 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 }; }; }