diff --git a/home/modules/ssh.nix b/home/modules/ssh.nix index c3c1e8c..e716f51 100644 --- a/home/modules/ssh.nix +++ b/home/modules/ssh.nix @@ -13,6 +13,9 @@ in config = lib.mkIf cfg.enable { programs.ssh = { enable = true; + includes = [ + "conf.d/*" + ]; matchBlocks = { "git.zynh.me" = { hostname = "git.zynh.me";