ssh: include config.d for custom configs

This commit is contained in:
Giulio De Pasquale 2023-11-16 13:37:43 +01:00
parent 190bff3ac0
commit a427ea4272

View File

@ -190,6 +190,7 @@
extraConfig = ''
IdentitiesOnly yes
ServerAliveInterval 3600
Include config.d/*
'' + lib.optionalString pkgs.stdenv.isDarwin ''
AddKeysToAgent yes
UseKeychain yes