fix: manually disable default config

This commit is contained in:
etwas 2025-09-04 11:07:29 +02:00
parent c607d41b81
commit 10d0dcb37b
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

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