tests ssh config with new value

This commit is contained in:
Dennis Schoepf 2025-11-04 10:00:27 +01:00
parent d4225498ae
commit 2f6aaa1570

View file

@ -2,6 +2,7 @@
{ {
programs.ssh = { programs.ssh = {
enable = true; enable = true;
enableDefaultConfig = false;
matchBlocks = { matchBlocks = {
"*" = { "*" = {
addKeysToAgent = "yes"; addKeysToAgent = "yes";