Fix ssh warning

This commit is contained in:
Sridhar Ratnakumar 2025-08-28 00:25:49 +05:30
parent 51ef14630e
commit fc6f94b812

View file

@ -2,8 +2,9 @@
{
programs.ssh = {
enable = true;
enableDefaultConfig = false;
# Note: More defined in juspay.nix
# Explicitly set default SSH configuration
matchBlocks = {
"*" = {
addKeysToAgent = "yes";