fix(ssh): ssh config warnings

This commit is contained in:
Filippo Berto 2025-10-17 11:15:59 +02:00
parent 20e0b14112
commit a31a45ff27
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -1,6 +1,7 @@
{ {
programs.ssh = { programs.ssh = {
enable = true; enable = true;
enableDefaultConfig = false;
matchBlocks."*" = { matchBlocks."*" = {
identityFile = "~/.ssh/id_ed25519"; identityFile = "~/.ssh/id_ed25519";
compression = true; compression = true;