From a427ea427296de6b772e98b0b9d316254085b44a Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 16 Nov 2023 13:37:43 +0100 Subject: [PATCH] ssh: include config.d for custom configs --- roles/home/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home/ssh.nix b/roles/home/ssh.nix index 6159d16..322f7d1 100644 --- a/roles/home/ssh.nix +++ b/roles/home/ssh.nix @@ -190,6 +190,7 @@ extraConfig = '' IdentitiesOnly yes ServerAliveInterval 3600 + Include config.d/* '' + lib.optionalString pkgs.stdenv.isDarwin '' AddKeysToAgent yes UseKeychain yes