Move ssh config blocks

This commit is contained in:
Filippo Berto 2025-09-09 15:21:32 +02:00
parent 076291e119
commit d5ac902d1d
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -1,10 +1,10 @@
{ {
programs.ssh = { programs.ssh = {
enable = true; enable = true;
compression = true;
matchBlocks = { matchBlocks = {
"*" = { "*" = {
identityFile = "~/.ssh/id_ed25519"; identityFile = "~/.ssh/id_ed25519";
compression = true;
}; };
}; };
extraConfig = '' extraConfig = ''